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()
RequestSecurityTokenTypepublic RequestSecurityTokenResponseType createRequestSecurityTokenResponseType()
RequestSecurityTokenResponseTypepublic RequestedSecurityTokenType createRequestedSecurityTokenType()
RequestedSecurityTokenTypepublic BinarySecretType createBinarySecretType()
BinarySecretTypepublic ClaimsType createClaimsType()
ClaimsTypepublic EntropyType createEntropyType()
EntropyTypepublic LifetimeType createLifetimeType()
LifetimeTypepublic RequestSecurityTokenCollectionType createRequestSecurityTokenCollectionType()
RequestSecurityTokenCollectionTypepublic RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()
RequestSecurityTokenResponseCollectionTypepublic RequestedReferenceType createRequestedReferenceType()
RequestedReferenceTypepublic RequestedProofTokenType createRequestedProofTokenType()
RequestedProofTokenTypepublic RenewTargetType createRenewTargetType()
RenewTargetTypepublic AllowPostdatingType createAllowPostdatingType()
AllowPostdatingTypepublic RenewingType createRenewingType()
RenewingTypepublic CancelTargetType createCancelTargetType()
CancelTargetTypepublic RequestedTokenCancelledType createRequestedTokenCancelledType()
RequestedTokenCancelledTypepublic ValidateTargetType createValidateTargetType()
ValidateTargetTypepublic StatusType createStatusType()
StatusTypepublic SignChallengeType createSignChallengeType()
SignChallengeTypepublic BinaryExchangeType createBinaryExchangeType()
BinaryExchangeTypepublic RequestKETType createRequestKETType()
RequestKETTypepublic KeyExchangeTokenType createKeyExchangeTokenType()
KeyExchangeTokenTypepublic AuthenticatorType createAuthenticatorType()
AuthenticatorTypepublic OnBehalfOfType createOnBehalfOfType()
OnBehalfOfTypepublic EncryptionType createEncryptionType()
EncryptionTypepublic ProofEncryptionType createProofEncryptionType()
ProofEncryptionTypepublic UseKeyType createUseKeyType()
UseKeyTypepublic DelegateToType createDelegateToType()
DelegateToTypepublic ParticipantsType createParticipantsType()
ParticipantsTypepublic ParticipantType createParticipantType()
ParticipantTypepublic 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