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: com.sun.xml.ws.security.trust.impl.bindings
|
public ObjectFactory()
public UseKeyType createUseKeyType()
UseKeyTypepublic RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()
RequestSecurityTokenResponseCollectionTypepublic ParticipantType createParticipantType()
ParticipantTypepublic RequestKETType createRequestKETType()
RequestKETTypepublic DelegateToType createDelegateToType()
DelegateToTypepublic RequestSecurityTokenCollectionType createRequestSecurityTokenCollectionType()
RequestSecurityTokenCollectionTypepublic BinarySecretType createBinarySecretType()
BinarySecretTypepublic RenewTargetType createRenewTargetType()
RenewTargetTypepublic CancelTargetType createCancelTargetType()
CancelTargetTypepublic EncryptionType createEncryptionType()
EncryptionTypepublic ValidateTargetType createValidateTargetType()
ValidateTargetTypepublic ProofEncryptionType createProofEncryptionType()
ProofEncryptionTypepublic RequestedSecurityTokenType createRequestedSecurityTokenType()
RequestedSecurityTokenTypepublic RequestedReferenceType createRequestedReferenceType()
RequestedReferenceTypepublic LifetimeType createLifetimeType()
LifetimeTypepublic RenewingType createRenewingType()
RenewingTypepublic RequestSecurityTokenType createRequestSecurityTokenType()
RequestSecurityTokenTypepublic SecondaryParametersType createSecondaryParametersType()
SecondaryParametersTypepublic KeyExchangeTokenType createKeyExchangeTokenType()
KeyExchangeTokenTypepublic ParticipantsType createParticipantsType()
ParticipantsTypepublic AllowPostdatingType createAllowPostdatingType()
AllowPostdatingTypepublic ClaimsType createClaimsType()
ClaimsTypepublic AuthenticatorType createAuthenticatorType()
AuthenticatorTypepublic RequestedTokenCancelledType createRequestedTokenCancelledType()
RequestedTokenCancelledTypepublic RequestSecurityTokenResponseType createRequestSecurityTokenResponseType()
RequestSecurityTokenResponseTypepublic BinaryExchangeType createBinaryExchangeType()
BinaryExchangeTypepublic SignChallengeType createSignChallengeType()
SignChallengeTypepublic OnBehalfOfType createOnBehalfOfType()
OnBehalfOfTypepublic StatusType createStatusType()
StatusTypepublic RequestedProofTokenType createRequestedProofTokenType()
RequestedProofTokenTypepublic EntropyType createEntropyType()
EntropyTypepublic JAXBElement<RequestSecurityTokenResponseCollectionType> createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value)
public JAXBElement<LifetimeType> createLifetime(LifetimeType value)
public JAXBElement<String> createKeyType(String value)
public JAXBElement<DelegateToType> createDelegateTo(DelegateToType value)
public JAXBElement<ValidateTargetType> createValidateTarget(ValidateTargetType value)
public JAXBElement createIssuer(EndpointReference value)
public JAXBElement<SignChallengeType> createSignChallenge(SignChallengeType value)
public JAXBElement<Boolean> createForwardable(Boolean value)
public JAXBElement<RequestSecurityTokenResponseCollectionType> createIssuedTokens(RequestSecurityTokenResponseCollectionType value)
public JAXBElement<RequestSecurityTokenCollectionType> createRequestSecurityTokenCollection(RequestSecurityTokenCollectionType value)
public JAXBElement<String> createSignatureAlgorithm(String value)
public JAXBElement<String> createRequestType(String value)
public JAXBElement<RequestedProofTokenType> createRequestedProofToken(RequestedProofTokenType value)
public JAXBElement<KeyExchangeTokenType> createKeyExchangeToken(KeyExchangeTokenType value)
public JAXBElement<String> createComputedKey(String value)
public JAXBElement<RequestedSecurityTokenType> createRequestedSecurityToken(RequestedSecurityTokenType value)
public JAXBElement<Long> createKeySize(Long value)
public JAXBElement<ParticipantsType> createParticipants(ParticipantsType value)
public JAXBElement<ClaimsType> createClaims(ClaimsType value)
public JAXBElement<CancelTargetType> createCancelTarget(CancelTargetType value)
public JAXBElement<String> createEncryptionAlgorithm(String value)
public JAXBElement<byte[]> createCombinedHash(byte[] value)
public JAXBElement<String> createChallenge(String value)
public JAXBElement<StatusType> createStatus(StatusType value)
public JAXBElement<String> createCanonicalizationAlgorithm(String value)
public JAXBElement<RenewTargetType> createRenewTarget(RenewTargetType value)
public JAXBElement<RequestSecurityTokenType> createRequestSecurityToken(RequestSecurityTokenType value)
public JAXBElement<SecondaryParametersType> createSecondaryParameters(SecondaryParametersType value)
public JAXBElement<String> createKeyWrapAlgorithm(String value)
public JAXBElement<ProofEncryptionType> createProofEncryption(ProofEncryptionType value)
public JAXBElement<BinaryExchangeType> createBinaryExchange(BinaryExchangeType value)
public JAXBElement<Boolean> createDelegatable(Boolean value)
public JAXBElement<EntropyType> createEntropy(EntropyType value)
public JAXBElement<RequestSecurityTokenResponseType> createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
public JAXBElement<AuthenticatorType> createAuthenticator(AuthenticatorType value)
public JAXBElement<RequestKETType> createRequestKET(RequestKETType value)
public JAXBElement<RenewingType> createRenewing(RenewingType value)
public JAXBElement<BinarySecretType> createBinarySecret(BinarySecretType value)
public JAXBElement<RequestedReferenceType> createRequestedAttachedReference(RequestedReferenceType value)
public JAXBElement<String> createComputedKeyAlgorithm(String value)
public JAXBElement<String> createSignWith(String value)
public JAXBElement<String> createAuthenticationType(String value)
public JAXBElement<EncryptionType> createEncryption(EncryptionType value)
public JAXBElement<RequestedReferenceType> createRequestedUnattachedReference(RequestedReferenceType value)
public JAXBElement<String> createEncryptWith(String value)
public JAXBElement<SignChallengeType> createSignChallengeResponse(SignChallengeType value)
public JAXBElement<AllowPostdatingType> createAllowPostdating(AllowPostdatingType value)
public JAXBElement<OnBehalfOfType> createOnBehalfOf(OnBehalfOfType value)
public JAXBElement<RequestedTokenCancelledType> createRequestedTokenCancelled(RequestedTokenCancelledType value)
public JAXBElement<String> createTokenType(String value)
public JAXBElement<UseKeyType> createUseKey(UseKeyType value)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.