Class ObjectFactory
java.lang.Object
org.apache.cxf.ws.security.sts.provider.model.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.cxf.ws.security.sts.provider.model package.
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 Summary
ConstructorsConstructorDescriptionCreate 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 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAllowPostdatingTypecreateAuthenticationType(String value) Create an instance ofAuthenticatorTypeCreate an instance ofBinaryExchangeTypeCreate an instance ofBinarySecretTypeCreate an instance ofCancelTargetTypecreateChallenge(String value) createClaims(ClaimsType value) Create an instance ofClaimsTypeJAXBElement<byte[]>createCombinedHash(byte[] value) createComputedKey(String value) createComputedKeyAlgorithm(String value) createDelegatable(Boolean value) createDelegateTo(DelegateToType value) Create an instance ofDelegateToTypecreateEncryption(EncryptionType value) createEncryptionAlgorithm(String value) Create an instance ofEncryptionTypecreateEncryptWith(String value) createEntropy(EntropyType value) Create an instance ofEntropyTypecreateForwardable(Boolean value) Create an instance ofKeyExchangeTokenTypecreateKeySize(Long value) createKeyType(String value) createKeyWrapAlgorithm(String value) createLifetime(LifetimeType value) Create an instance ofLifetimeTypecreateOnBehalfOf(OnBehalfOfType value) Create an instance ofOnBehalfOfTypeCreate an instance ofParticipantsTypeCreate an instance ofParticipantTypeCreate an instance ofProofEncryptionTypecreateRenewing(RenewingType value) Create an instance ofRenewingTypecreateRenewTarget(RenewTargetType value) Create an instance ofRenewTargetTypeCreate an instance ofRequestedProofTokenTypeCreate an instance ofRequestedReferenceTypeCreate an instance ofRequestedSecurityTokenTypeCreate an instance ofRequestedTokenCancelledTypecreateRequestKET(RequestKETType value) Create an instance ofRequestKETTypeCreate an instance ofRequestSecurityTokenCollectionTypeCreate an instance ofRequestSecurityTokenResponseCollectionTypeCreate an instance ofRequestSecurityTokenResponseTypeCreate an instance ofRequestSecurityTokenTypecreateRequestType(String value) createSignatureAlgorithm(String value) Create an instance ofSignChallengeTypecreateSignWith(String value) createStatus(StatusType value) Create an instance ofStatusTypecreateTokenType(String value) createUseKey(UseKeyType value) Create an instance ofUseKeyTypeCreate an instance ofValidateTargetType
-
Constructor Details
-
ObjectFactory
public 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
-
-
Method Details
-
createRequestSecurityTokenType
Create an instance ofRequestSecurityTokenType -
createRequestSecurityTokenResponseType
Create an instance ofRequestSecurityTokenResponseType -
createRequestedSecurityTokenType
Create an instance ofRequestedSecurityTokenType -
createBinarySecretType
Create an instance ofBinarySecretType -
createClaimsType
Create an instance ofClaimsType -
createEntropyType
Create an instance ofEntropyType -
createLifetimeType
Create an instance ofLifetimeType -
createRequestSecurityTokenCollectionType
Create an instance ofRequestSecurityTokenCollectionType -
createRequestSecurityTokenResponseCollectionType
public RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()Create an instance ofRequestSecurityTokenResponseCollectionType -
createRequestedReferenceType
Create an instance ofRequestedReferenceType -
createRequestedProofTokenType
Create an instance ofRequestedProofTokenType -
createRenewTargetType
Create an instance ofRenewTargetType -
createAllowPostdatingType
Create an instance ofAllowPostdatingType -
createRenewingType
Create an instance ofRenewingType -
createCancelTargetType
Create an instance ofCancelTargetType -
createRequestedTokenCancelledType
Create an instance ofRequestedTokenCancelledType -
createValidateTargetType
Create an instance ofValidateTargetType -
createStatusType
Create an instance ofStatusType -
createSignChallengeType
Create an instance ofSignChallengeType -
createBinaryExchangeType
Create an instance ofBinaryExchangeType -
createRequestKETType
Create an instance ofRequestKETType -
createKeyExchangeTokenType
Create an instance ofKeyExchangeTokenType -
createAuthenticatorType
Create an instance ofAuthenticatorType -
createOnBehalfOfType
Create an instance ofOnBehalfOfType -
createEncryptionType
Create an instance ofEncryptionType -
createProofEncryptionType
Create an instance ofProofEncryptionType -
createUseKeyType
Create an instance ofUseKeyType -
createDelegateToType
Create an instance ofDelegateToType -
createParticipantsType
Create an instance ofParticipantsType -
createParticipantType
Create an instance ofParticipantType -
createRequestSecurityToken
public JAXBElement<RequestSecurityTokenType> createRequestSecurityToken(RequestSecurityTokenType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenType>
-
createTokenType
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRequestType
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRequestSecurityTokenResponse
public JAXBElement<RequestSecurityTokenResponseType> createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenResponseType>
-
createRequestedSecurityToken
public JAXBElement<RequestedSecurityTokenType> createRequestedSecurityToken(RequestedSecurityTokenType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedSecurityTokenType>
-
createBinarySecret
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinarySecretType>
-
createClaims
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ClaimsType>
-
createEntropy
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EntropyType>
-
createLifetime
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LifetimeType>
-
createRequestSecurityTokenCollection
public JAXBElement<RequestSecurityTokenCollectionType> createRequestSecurityTokenCollection(RequestSecurityTokenCollectionType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenCollectionType>
-
createRequestSecurityTokenResponseCollection
public JAXBElement<RequestSecurityTokenResponseCollectionType> createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenResponseCollectionType>
-
createComputedKey
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRequestedAttachedReference
public JAXBElement<RequestedReferenceType> createRequestedAttachedReference(RequestedReferenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedReferenceType>
-
createRequestedUnattachedReference
public JAXBElement<RequestedReferenceType> createRequestedUnattachedReference(RequestedReferenceType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedReferenceType>
-
createRequestedProofToken
public JAXBElement<RequestedProofTokenType> createRequestedProofToken(RequestedProofTokenType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedProofTokenType>
-
createIssuedTokens
public JAXBElement<RequestSecurityTokenResponseCollectionType> createIssuedTokens(RequestSecurityTokenResponseCollectionType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenResponseCollectionType>
-
createRenewTarget
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RenewTargetType>
-
createAllowPostdating
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AllowPostdatingType>
-
createRenewing
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RenewingType>
-
createCancelTarget
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CancelTargetType>
-
createRequestedTokenCancelled
public JAXBElement<RequestedTokenCancelledType> createRequestedTokenCancelled(RequestedTokenCancelledType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedTokenCancelledType>
-
createValidateTarget
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidateTargetType>
-
createStatus
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatusType>
-
createSignChallenge
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignChallengeType>
-
createSignChallengeResponse
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignChallengeType>
-
createChallenge
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createBinaryExchange
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinaryExchangeType>
-
createRequestKET
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestKETType>
-
createKeyExchangeToken
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyExchangeTokenType>
-
createAuthenticator
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthenticatorType>
-
createCombinedHash
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createOnBehalfOf
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OnBehalfOfType>
-
createIssuer
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createAuthenticationType
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createKeyType
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createKeySize
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Long>
-
createSignatureAlgorithm
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createEncryptionAlgorithm
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createCanonicalizationAlgorithm
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createComputedKeyAlgorithm
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createEncryption
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptionType>
-
createProofEncryption
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProofEncryptionType>
-
createUseKey
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UseKeyType>
-
createKeyWrapAlgorithm
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSignWith
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createEncryptWith
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createDelegateTo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DelegateToType>
-
createForwardable
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createDelegatable
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createParticipants
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantsType>
-