Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.ws.security.sts.provider.model.ObjectFactory
-
public class ObjectFactory extends Object
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
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createRequestSecurityTokenType
public RequestSecurityTokenType createRequestSecurityTokenType()
Create an instance ofRequestSecurityTokenType
-
createRequestSecurityTokenResponseType
public RequestSecurityTokenResponseType createRequestSecurityTokenResponseType()
Create an instance ofRequestSecurityTokenResponseType
-
createRequestedSecurityTokenType
public RequestedSecurityTokenType createRequestedSecurityTokenType()
Create an instance ofRequestedSecurityTokenType
-
createBinarySecretType
public BinarySecretType createBinarySecretType()
Create an instance ofBinarySecretType
-
createClaimsType
public ClaimsType createClaimsType()
Create an instance ofClaimsType
-
createEntropyType
public EntropyType createEntropyType()
Create an instance ofEntropyType
-
createLifetimeType
public LifetimeType createLifetimeType()
Create an instance ofLifetimeType
-
createRequestSecurityTokenCollectionType
public RequestSecurityTokenCollectionType createRequestSecurityTokenCollectionType()
Create an instance ofRequestSecurityTokenCollectionType
-
createRequestSecurityTokenResponseCollectionType
public RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()
Create an instance ofRequestSecurityTokenResponseCollectionType
-
createRequestedReferenceType
public RequestedReferenceType createRequestedReferenceType()
Create an instance ofRequestedReferenceType
-
createRequestedProofTokenType
public RequestedProofTokenType createRequestedProofTokenType()
Create an instance ofRequestedProofTokenType
-
createRenewTargetType
public RenewTargetType createRenewTargetType()
Create an instance ofRenewTargetType
-
createAllowPostdatingType
public AllowPostdatingType createAllowPostdatingType()
Create an instance ofAllowPostdatingType
-
createRenewingType
public RenewingType createRenewingType()
Create an instance ofRenewingType
-
createCancelTargetType
public CancelTargetType createCancelTargetType()
Create an instance ofCancelTargetType
-
createRequestedTokenCancelledType
public RequestedTokenCancelledType createRequestedTokenCancelledType()
Create an instance ofRequestedTokenCancelledType
-
createValidateTargetType
public ValidateTargetType createValidateTargetType()
Create an instance ofValidateTargetType
-
createStatusType
public StatusType createStatusType()
Create an instance ofStatusType
-
createSignChallengeType
public SignChallengeType createSignChallengeType()
Create an instance ofSignChallengeType
-
createBinaryExchangeType
public BinaryExchangeType createBinaryExchangeType()
Create an instance ofBinaryExchangeType
-
createRequestKETType
public RequestKETType createRequestKETType()
Create an instance ofRequestKETType
-
createKeyExchangeTokenType
public KeyExchangeTokenType createKeyExchangeTokenType()
Create an instance ofKeyExchangeTokenType
-
createAuthenticatorType
public AuthenticatorType createAuthenticatorType()
Create an instance ofAuthenticatorType
-
createOnBehalfOfType
public OnBehalfOfType createOnBehalfOfType()
Create an instance ofOnBehalfOfType
-
createEncryptionType
public EncryptionType createEncryptionType()
Create an instance ofEncryptionType
-
createProofEncryptionType
public ProofEncryptionType createProofEncryptionType()
Create an instance ofProofEncryptionType
-
createUseKeyType
public UseKeyType createUseKeyType()
Create an instance ofUseKeyType
-
createDelegateToType
public DelegateToType createDelegateToType()
Create an instance ofDelegateToType
-
createParticipantsType
public ParticipantsType createParticipantsType()
Create an instance ofParticipantsType
-
createParticipantType
public ParticipantType createParticipantType()
Create an instance ofParticipantType
-
createRequestSecurityToken
public javax.xml.bind.JAXBElement<RequestSecurityTokenType> createRequestSecurityToken(RequestSecurityTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenType>
-
createTokenType
public javax.xml.bind.JAXBElement<String> createTokenType(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRequestType
public javax.xml.bind.JAXBElement<String> createRequestType(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRequestSecurityTokenResponse
public javax.xml.bind.JAXBElement<RequestSecurityTokenResponseType> createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenResponseType>
-
createRequestedSecurityToken
public javax.xml.bind.JAXBElement<RequestedSecurityTokenType> createRequestedSecurityToken(RequestedSecurityTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedSecurityTokenType>
-
createBinarySecret
public javax.xml.bind.JAXBElement<BinarySecretType> createBinarySecret(BinarySecretType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinarySecretType>
-
createClaims
public javax.xml.bind.JAXBElement<ClaimsType> createClaims(ClaimsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ClaimsType>
-
createEntropy
public javax.xml.bind.JAXBElement<EntropyType> createEntropy(EntropyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EntropyType>
-
createLifetime
public javax.xml.bind.JAXBElement<LifetimeType> createLifetime(LifetimeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<LifetimeType>
-
createRequestSecurityTokenCollection
public javax.xml.bind.JAXBElement<RequestSecurityTokenCollectionType> createRequestSecurityTokenCollection(RequestSecurityTokenCollectionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenCollectionType>
-
createRequestSecurityTokenResponseCollection
public javax.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType> createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenResponseCollectionType>
-
createComputedKey
public javax.xml.bind.JAXBElement<String> createComputedKey(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createRequestedAttachedReference
public javax.xml.bind.JAXBElement<RequestedReferenceType> createRequestedAttachedReference(RequestedReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedReferenceType>
-
createRequestedUnattachedReference
public javax.xml.bind.JAXBElement<RequestedReferenceType> createRequestedUnattachedReference(RequestedReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedReferenceType>
-
createRequestedProofToken
public javax.xml.bind.JAXBElement<RequestedProofTokenType> createRequestedProofToken(RequestedProofTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedProofTokenType>
-
createIssuedTokens
public javax.xml.bind.JAXBElement<RequestSecurityTokenResponseCollectionType> createIssuedTokens(RequestSecurityTokenResponseCollectionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestSecurityTokenResponseCollectionType>
-
createRenewTarget
public javax.xml.bind.JAXBElement<RenewTargetType> createRenewTarget(RenewTargetType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RenewTargetType>
-
createAllowPostdating
public javax.xml.bind.JAXBElement<AllowPostdatingType> createAllowPostdating(AllowPostdatingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AllowPostdatingType>
-
createRenewing
public javax.xml.bind.JAXBElement<RenewingType> createRenewing(RenewingType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RenewingType>
-
createCancelTarget
public javax.xml.bind.JAXBElement<CancelTargetType> createCancelTarget(CancelTargetType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CancelTargetType>
-
createRequestedTokenCancelled
public javax.xml.bind.JAXBElement<RequestedTokenCancelledType> createRequestedTokenCancelled(RequestedTokenCancelledType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestedTokenCancelledType>
-
createValidateTarget
public javax.xml.bind.JAXBElement<ValidateTargetType> createValidateTarget(ValidateTargetType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ValidateTargetType>
-
createStatus
public javax.xml.bind.JAXBElement<StatusType> createStatus(StatusType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<StatusType>
-
createSignChallenge
public javax.xml.bind.JAXBElement<SignChallengeType> createSignChallenge(SignChallengeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignChallengeType>
-
createSignChallengeResponse
public javax.xml.bind.JAXBElement<SignChallengeType> createSignChallengeResponse(SignChallengeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignChallengeType>
-
createChallenge
public javax.xml.bind.JAXBElement<String> createChallenge(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createBinaryExchange
public javax.xml.bind.JAXBElement<BinaryExchangeType> createBinaryExchange(BinaryExchangeType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BinaryExchangeType>
-
createRequestKET
public javax.xml.bind.JAXBElement<RequestKETType> createRequestKET(RequestKETType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<RequestKETType>
-
createKeyExchangeToken
public javax.xml.bind.JAXBElement<KeyExchangeTokenType> createKeyExchangeToken(KeyExchangeTokenType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyExchangeTokenType>
-
createAuthenticator
public javax.xml.bind.JAXBElement<AuthenticatorType> createAuthenticator(AuthenticatorType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AuthenticatorType>
-
createCombinedHash
public javax.xml.bind.JAXBElement<byte[]> createCombinedHash(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createOnBehalfOf
public javax.xml.bind.JAXBElement<OnBehalfOfType> createOnBehalfOf(OnBehalfOfType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<OnBehalfOfType>
-
createIssuer
public javax.xml.bind.JAXBElement<org.apache.cxf.ws.addressing.EndpointReferenceType> createIssuer(org.apache.cxf.ws.addressing.EndpointReferenceType value)
Create an instance ofJAXBElement<EndpointReferenceType>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EndpointReferenceType>
-
createAuthenticationType
public javax.xml.bind.JAXBElement<String> createAuthenticationType(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createKeyType
public javax.xml.bind.JAXBElement<String> createKeyType(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createKeySize
public javax.xml.bind.JAXBElement<Long> createKeySize(Long value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Long>
-
createSignatureAlgorithm
public javax.xml.bind.JAXBElement<String> createSignatureAlgorithm(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createEncryptionAlgorithm
public javax.xml.bind.JAXBElement<String> createEncryptionAlgorithm(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createCanonicalizationAlgorithm
public javax.xml.bind.JAXBElement<String> createCanonicalizationAlgorithm(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createComputedKeyAlgorithm
public javax.xml.bind.JAXBElement<String> createComputedKeyAlgorithm(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createEncryption
public javax.xml.bind.JAXBElement<EncryptionType> createEncryption(EncryptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptionType>
-
createProofEncryption
public javax.xml.bind.JAXBElement<ProofEncryptionType> createProofEncryption(ProofEncryptionType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ProofEncryptionType>
-
createUseKey
public javax.xml.bind.JAXBElement<UseKeyType> createUseKey(UseKeyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<UseKeyType>
-
createKeyWrapAlgorithm
public javax.xml.bind.JAXBElement<String> createKeyWrapAlgorithm(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSignWith
public javax.xml.bind.JAXBElement<String> createSignWith(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createEncryptWith
public javax.xml.bind.JAXBElement<String> createEncryptWith(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createDelegateTo
public javax.xml.bind.JAXBElement<DelegateToType> createDelegateTo(DelegateToType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DelegateToType>
-
createForwardable
public javax.xml.bind.JAXBElement<Boolean> createForwardable(Boolean value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createDelegatable
public javax.xml.bind.JAXBElement<Boolean> createDelegatable(Boolean value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<Boolean>
-
createParticipants
public javax.xml.bind.JAXBElement<ParticipantsType> createParticipants(ParticipantsType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantsType>
-
-