Class ObjectFactory
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.bindings.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.ws.security.trust.impl.bindings 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: com.sun.xml.ws.security.trust.impl.bindings
-
Method Summary
-
-
-
Method Detail
-
createProofEncryptionType
public ProofEncryptionType createProofEncryptionType()
Create an instance ofProofEncryptionType
-
createRequestSecurityTokenResponseCollectionType
public RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()
Create an instance ofRequestSecurityTokenResponseCollectionType
-
createRequestSecurityTokenResponseType
public RequestSecurityTokenResponseType createRequestSecurityTokenResponseType()
Create an instance ofRequestSecurityTokenResponseType
-
createOnBehalfOfType
public OnBehalfOfType createOnBehalfOfType()
Create an instance ofOnBehalfOfType
-
createParticipantType
public ParticipantType createParticipantType()
Create an instance ofParticipantType
-
createBinaryExchangeType
public BinaryExchangeType createBinaryExchangeType()
Create an instance ofBinaryExchangeType
-
createKeyExchangeTokenType
public KeyExchangeTokenType createKeyExchangeTokenType()
Create an instance ofKeyExchangeTokenType
-
createCancelTargetType
public CancelTargetType createCancelTargetType()
Create an instance ofCancelTargetType
-
createRequestedSecurityTokenType
public RequestedSecurityTokenType createRequestedSecurityTokenType()
Create an instance ofRequestedSecurityTokenType
-
createRequestedReferenceType
public RequestedReferenceType createRequestedReferenceType()
Create an instance ofRequestedReferenceType
-
createSignChallengeType
public SignChallengeType createSignChallengeType()
Create an instance ofSignChallengeType
-
createLifetimeType
public LifetimeType createLifetimeType()
Create an instance ofLifetimeType
-
createRequestedProofTokenType
public RequestedProofTokenType createRequestedProofTokenType()
Create an instance ofRequestedProofTokenType
-
createRenewingType
public RenewingType createRenewingType()
Create an instance ofRenewingType
-
createRenewTargetType
public RenewTargetType createRenewTargetType()
Create an instance ofRenewTargetType
-
createClaimsType
public ClaimsType createClaimsType()
Create an instance ofClaimsType
-
createStatusType
public StatusType createStatusType()
Create an instance ofStatusType
-
createEntropyType
public EntropyType createEntropyType()
Create an instance ofEntropyType
-
createDelegateToType
public DelegateToType createDelegateToType()
Create an instance ofDelegateToType
-
createBinarySecretType
public BinarySecretType createBinarySecretType()
Create an instance ofBinarySecretType
-
createRequestedTokenCancelledType
public RequestedTokenCancelledType createRequestedTokenCancelledType()
Create an instance ofRequestedTokenCancelledType
-
createEncryptionType
public EncryptionType createEncryptionType()
Create an instance ofEncryptionType
-
createAuthenticatorType
public AuthenticatorType createAuthenticatorType()
Create an instance ofAuthenticatorType
-
createRequestKETType
public RequestKETType createRequestKETType()
Create an instance ofRequestKETType
-
createRequestSecurityTokenType
public RequestSecurityTokenType createRequestSecurityTokenType()
Create an instance ofRequestSecurityTokenType
-
createParticipantsType
public ParticipantsType createParticipantsType()
Create an instance ofParticipantsType
-
createUseKeyType
public UseKeyType createUseKeyType()
Create an instance ofUseKeyType
-
createAllowPostdatingType
public AllowPostdatingType createAllowPostdatingType()
Create an instance ofAllowPostdatingType
-
createIssuer
public JAXBElement createIssuer(EndpointReference value)
-
createEndpointReference
public JAXBElement createEndpointReference(EndpointReference value)
-
createClaims
public JAXBElement<ClaimsType> createClaims(ClaimsType value)
-
createSignWith
public JAXBElement<String> createSignWith(String value)
-
createCanonicalizationAlgorithm
public JAXBElement<String> createCanonicalizationAlgorithm(String value)
-
createParticipants
public JAXBElement<ParticipantsType> createParticipants(ParticipantsType value)
-
createIssuedTokens
public JAXBElement<RequestSecurityTokenResponseCollectionType> createIssuedTokens(RequestSecurityTokenResponseCollectionType value)
-
createLifetime
public JAXBElement<LifetimeType> createLifetime(LifetimeType value)
-
createKeyType
public JAXBElement<String> createKeyType(String value)
-
createSignChallenge
public JAXBElement<SignChallengeType> createSignChallenge(SignChallengeType value)
-
createDelegateTo
public JAXBElement<DelegateToType> createDelegateTo(DelegateToType value)
-
createRenewing
public JAXBElement<RenewingType> createRenewing(RenewingType value)
-
createRenewTarget
public JAXBElement<RenewTargetType> createRenewTarget(RenewTargetType value)
-
createUseKey
public JAXBElement<UseKeyType> createUseKey(UseKeyType value)
-
createAllowPostdating
public JAXBElement<AllowPostdatingType> createAllowPostdating(AllowPostdatingType value)
-
createAuthenticator
public JAXBElement<AuthenticatorType> createAuthenticator(AuthenticatorType value)
-
createTokenType
public JAXBElement<String> createTokenType(String value)
-
createChallenge
public JAXBElement<String> createChallenge(String value)
-
createRequestedAttachedReference
public JAXBElement<RequestedReferenceType> createRequestedAttachedReference(RequestedReferenceType value)
-
createAuthenticationType
public JAXBElement<String> createAuthenticationType(String value)
-
createForwardable
public JAXBElement<Boolean> createForwardable(Boolean value)
-
createKeySize
public JAXBElement<Long> createKeySize(Long value)
-
createSignChallengeResponse
public JAXBElement<SignChallengeType> createSignChallengeResponse(SignChallengeType value)
-
createRequestSecurityTokenResponseCollection
public JAXBElement<RequestSecurityTokenResponseCollectionType> createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value)
-
createEncryption
public JAXBElement<EncryptionType> createEncryption(EncryptionType value)
-
createProofEncryption
public JAXBElement<ProofEncryptionType> createProofEncryption(ProofEncryptionType value)
-
createRequestedTokenCancelled
public JAXBElement<RequestedTokenCancelledType> createRequestedTokenCancelled(RequestedTokenCancelledType value)
-
createEncryptionAlgorithm
public JAXBElement<String> createEncryptionAlgorithm(String value)
-
createRequestedSecurityToken
public JAXBElement<RequestedSecurityTokenType> createRequestedSecurityToken(RequestedSecurityTokenType value)
-
createEntropy
public JAXBElement<EntropyType> createEntropy(EntropyType value)
-
createRequestedProofToken
public JAXBElement<RequestedProofTokenType> createRequestedProofToken(RequestedProofTokenType value)
-
createRequestSecurityTokenResponse
public JAXBElement<RequestSecurityTokenResponseType> createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
-
createRequestType
public JAXBElement<String> createRequestType(String value)
-
createComputedKeyAlgorithm
public JAXBElement<String> createComputedKeyAlgorithm(String value)
-
createOnBehalfOf
public JAXBElement<OnBehalfOfType> createOnBehalfOf(OnBehalfOfType value)
-
createCombinedHash
public JAXBElement<byte[]> createCombinedHash(byte[] value)
-
createKeyExchangeToken
public JAXBElement<KeyExchangeTokenType> createKeyExchangeToken(KeyExchangeTokenType value)
-
createEncryptWith
public JAXBElement<String> createEncryptWith(String value)
-
createRequestSecurityToken
public JAXBElement<RequestSecurityTokenType> createRequestSecurityToken(RequestSecurityTokenType value)
-
createBinarySecret
public JAXBElement<BinarySecretType> createBinarySecret(BinarySecretType value)
-
createStatus
public JAXBElement<StatusType> createStatus(StatusType value)
-
createComputedKey
public JAXBElement<String> createComputedKey(String value)
-
createBinaryExchange
public JAXBElement<BinaryExchangeType> createBinaryExchange(BinaryExchangeType value)
-
createRequestedUnattachedReference
public JAXBElement<RequestedReferenceType> createRequestedUnattachedReference(RequestedReferenceType value)
-
createRequestKET
public JAXBElement<RequestKETType> createRequestKET(RequestKETType value)
-
createCancelTarget
public JAXBElement<CancelTargetType> createCancelTarget(CancelTargetType value)
-
createDelegatable
public JAXBElement<Boolean> createDelegatable(Boolean value)
-
createSignatureAlgorithm
public JAXBElement<String> createSignatureAlgorithm(String value)
-
-