public class ObjectFactory extends Object
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.cxf.ws.security.sts.provider.model
|
public ObjectFactory()
public RequestSecurityTokenType createRequestSecurityTokenType()
RequestSecurityTokenType
public RequestSecurityTokenResponseType createRequestSecurityTokenResponseType()
RequestSecurityTokenResponseType
public RequestedSecurityTokenType createRequestedSecurityTokenType()
RequestedSecurityTokenType
public BinarySecretType createBinarySecretType()
BinarySecretType
public ClaimsType createClaimsType()
ClaimsType
public EntropyType createEntropyType()
EntropyType
public LifetimeType createLifetimeType()
LifetimeType
public RequestSecurityTokenCollectionType createRequestSecurityTokenCollectionType()
RequestSecurityTokenCollectionType
public RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()
RequestSecurityTokenResponseCollectionType
public RequestedReferenceType createRequestedReferenceType()
RequestedReferenceType
public RequestedProofTokenType createRequestedProofTokenType()
RequestedProofTokenType
public RenewTargetType createRenewTargetType()
RenewTargetType
public AllowPostdatingType createAllowPostdatingType()
AllowPostdatingType
public RenewingType createRenewingType()
RenewingType
public CancelTargetType createCancelTargetType()
CancelTargetType
public RequestedTokenCancelledType createRequestedTokenCancelledType()
RequestedTokenCancelledType
public ValidateTargetType createValidateTargetType()
ValidateTargetType
public StatusType createStatusType()
StatusType
public SignChallengeType createSignChallengeType()
SignChallengeType
public BinaryExchangeType createBinaryExchangeType()
BinaryExchangeType
public RequestKETType createRequestKETType()
RequestKETType
public KeyExchangeTokenType createKeyExchangeTokenType()
KeyExchangeTokenType
public AuthenticatorType createAuthenticatorType()
AuthenticatorType
public OnBehalfOfType createOnBehalfOfType()
OnBehalfOfType
public EncryptionType createEncryptionType()
EncryptionType
public ProofEncryptionType createProofEncryptionType()
ProofEncryptionType
public UseKeyType createUseKeyType()
UseKeyType
public DelegateToType createDelegateToType()
DelegateToType
public ParticipantsType createParticipantsType()
ParticipantsType
public ParticipantType createParticipantType()
ParticipantType
public JAXBElement<RequestSecurityTokenType> createRequestSecurityToken(RequestSecurityTokenType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestSecurityTokenType
>
public JAXBElement<String> createTokenType(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createRequestType(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<RequestSecurityTokenResponseType> createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestSecurityTokenResponseType
>
public JAXBElement<RequestedSecurityTokenType> createRequestedSecurityToken(RequestedSecurityTokenType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestedSecurityTokenType
>
public JAXBElement<BinarySecretType> createBinarySecret(BinarySecretType value)
value
- Java instance representing xml element's value.JAXBElement
<
BinarySecretType
>
public JAXBElement<ClaimsType> createClaims(ClaimsType value)
value
- Java instance representing xml element's value.JAXBElement
<
ClaimsType
>
public JAXBElement<EntropyType> createEntropy(EntropyType value)
value
- Java instance representing xml element's value.JAXBElement
<
EntropyType
>
public JAXBElement<LifetimeType> createLifetime(LifetimeType value)
value
- Java instance representing xml element's value.JAXBElement
<
LifetimeType
>
public JAXBElement<RequestSecurityTokenCollectionType> createRequestSecurityTokenCollection(RequestSecurityTokenCollectionType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestSecurityTokenCollectionType
>
public JAXBElement<RequestSecurityTokenResponseCollectionType> createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestSecurityTokenResponseCollectionType
>
public JAXBElement<String> createComputedKey(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<RequestedReferenceType> createRequestedAttachedReference(RequestedReferenceType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestedReferenceType
>
public JAXBElement<RequestedReferenceType> createRequestedUnattachedReference(RequestedReferenceType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestedReferenceType
>
public JAXBElement<RequestedProofTokenType> createRequestedProofToken(RequestedProofTokenType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestedProofTokenType
>
public JAXBElement<RequestSecurityTokenResponseCollectionType> createIssuedTokens(RequestSecurityTokenResponseCollectionType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestSecurityTokenResponseCollectionType
>
public JAXBElement<RenewTargetType> createRenewTarget(RenewTargetType value)
value
- Java instance representing xml element's value.JAXBElement
<
RenewTargetType
>
public JAXBElement<AllowPostdatingType> createAllowPostdating(AllowPostdatingType value)
value
- Java instance representing xml element's value.JAXBElement
<
AllowPostdatingType
>
public JAXBElement<RenewingType> createRenewing(RenewingType value)
value
- Java instance representing xml element's value.JAXBElement
<
RenewingType
>
public JAXBElement<CancelTargetType> createCancelTarget(CancelTargetType value)
value
- Java instance representing xml element's value.JAXBElement
<
CancelTargetType
>
public JAXBElement<RequestedTokenCancelledType> createRequestedTokenCancelled(RequestedTokenCancelledType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestedTokenCancelledType
>
public JAXBElement<ValidateTargetType> createValidateTarget(ValidateTargetType value)
value
- Java instance representing xml element's value.JAXBElement
<
ValidateTargetType
>
public JAXBElement<StatusType> createStatus(StatusType value)
value
- Java instance representing xml element's value.JAXBElement
<
StatusType
>
public JAXBElement<SignChallengeType> createSignChallenge(SignChallengeType value)
value
- Java instance representing xml element's value.JAXBElement
<
SignChallengeType
>
public JAXBElement<SignChallengeType> createSignChallengeResponse(SignChallengeType value)
value
- Java instance representing xml element's value.JAXBElement
<
SignChallengeType
>
public JAXBElement<String> createChallenge(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<BinaryExchangeType> createBinaryExchange(BinaryExchangeType value)
value
- Java instance representing xml element's value.JAXBElement
<
BinaryExchangeType
>
public JAXBElement<RequestKETType> createRequestKET(RequestKETType value)
value
- Java instance representing xml element's value.JAXBElement
<
RequestKETType
>
public JAXBElement<KeyExchangeTokenType> createKeyExchangeToken(KeyExchangeTokenType value)
value
- Java instance representing xml element's value.JAXBElement
<
KeyExchangeTokenType
>
public JAXBElement<AuthenticatorType> createAuthenticator(AuthenticatorType value)
value
- Java instance representing xml element's value.JAXBElement
<
AuthenticatorType
>
public JAXBElement<byte[]> createCombinedHash(byte[] value)
value
- Java instance representing xml element's value.JAXBElement
<
byte[]
>
public JAXBElement<OnBehalfOfType> createOnBehalfOf(OnBehalfOfType value)
value
- Java instance representing xml element's value.JAXBElement
<
OnBehalfOfType
>
public JAXBElement<org.apache.cxf.ws.addressing.EndpointReferenceType> createIssuer(org.apache.cxf.ws.addressing.EndpointReferenceType value)
value
- Java instance representing xml element's value.JAXBElement
<
EndpointReferenceType
>
public JAXBElement<String> createAuthenticationType(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createKeyType(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<Long> createKeySize(Long value)
value
- Java instance representing xml element's value.JAXBElement
<
Long
>
public JAXBElement<String> createSignatureAlgorithm(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createEncryptionAlgorithm(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createCanonicalizationAlgorithm(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createComputedKeyAlgorithm(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<EncryptionType> createEncryption(EncryptionType value)
value
- Java instance representing xml element's value.JAXBElement
<
EncryptionType
>
public JAXBElement<ProofEncryptionType> createProofEncryption(ProofEncryptionType value)
value
- Java instance representing xml element's value.JAXBElement
<
ProofEncryptionType
>
public JAXBElement<UseKeyType> createUseKey(UseKeyType value)
value
- Java instance representing xml element's value.JAXBElement
<
UseKeyType
>
public JAXBElement<String> createKeyWrapAlgorithm(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createSignWith(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createEncryptWith(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<DelegateToType> createDelegateTo(DelegateToType value)
value
- Java instance representing xml element's value.JAXBElement
<
DelegateToType
>
public JAXBElement<Boolean> createForwardable(Boolean value)
value
- Java instance representing xml element's value.JAXBElement
<
Boolean
>
public JAXBElement<Boolean> createDelegatable(Boolean value)
value
- Java instance representing xml element's value.JAXBElement
<
Boolean
>
public JAXBElement<ParticipantsType> createParticipants(ParticipantsType value)
value
- Java instance representing xml element's value.JAXBElement
<
ParticipantsType
>
Apache CXF