|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.security.trust.dto.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.kuali.student.security.trust.dto 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 | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.kuali.student.security.trust.dto |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final QName _RequestSecurityToken_QNAME
private static final QName _IssuedTokens_QNAME
private static final QName _SignChallenge_QNAME
private static final QName _RequestedSecurityToken_QNAME
private static final QName _RequestSecurityTokenResponse_QNAME
private static final QName _RequestSecurityTokenResponseCollection_QNAME
private static final QName _Issuer_QNAME
private static final QName _Authenticator_QNAME
private static final QName _AllowPostdating_QNAME
private static final QName _RequestKET_QNAME
private static final QName _DelegateTo_QNAME
private static final QName _UseKey_QNAME
private static final QName _Encryption_QNAME
private static final QName _RequestedTokenCancelled_QNAME
private static final QName _Claims_QNAME
private static final QName _SignatureAlgorithm_QNAME
private static final QName _RequestedAttachedReference_QNAME
private static final QName _SignWith_QNAME
private static final QName _RenewTarget_QNAME
private static final QName _Delegatable_QNAME
private static final QName _Forwardable_QNAME
private static final QName _KeyExchangeToken_QNAME
private static final QName _EncryptWith_QNAME
private static final QName _BinarySecret_QNAME
private static final QName _ComputedKey_QNAME
private static final QName _RequestedProofToken_QNAME
private static final QName _ComputedKeyAlgorithm_QNAME
private static final QName _AuthenticationType_QNAME
private static final QName _EncryptionAlgorithm_QNAME
private static final QName _OnBehalfOf_QNAME
private static final QName _RequestedUnattachedReference_QNAME
private static final QName _TokenType_QNAME
private static final QName _SignChallengeResponse_QNAME
private static final QName _CombinedHash_QNAME
private static final QName _KeySize_QNAME
private static final QName _KeyType_QNAME
private static final QName _Participants_QNAME
private static final QName _Renewing_QNAME
private static final QName _Entropy_QNAME
private static final QName _ProofEncryption_QNAME
private static final QName _Status_QNAME
private static final QName _Lifetime_QNAME
private static final QName _Challenge_QNAME
private static final QName _BinaryExchange_QNAME
private static final QName _CancelTarget_QNAME
private static final QName _CanonicalizationAlgorithm_QNAME
private static final QName _RequestType_QNAME
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public RequestSecurityTokenType createRequestSecurityTokenType()
RequestSecurityTokenType
public BinarySecretType createBinarySecretType()
BinarySecretType
public RequestedSecurityTokenType createRequestedSecurityTokenType()
RequestedSecurityTokenType
public RequestSecurityTokenResponseType createRequestSecurityTokenResponseType()
RequestSecurityTokenResponseType
public OnBehalfOfType createOnBehalfOfType()
OnBehalfOfType
public RequestedReferenceType createRequestedReferenceType()
RequestedReferenceType
public RequestedTokenCancelledType createRequestedTokenCancelledType()
RequestedTokenCancelledType
public KeyExchangeTokenType createKeyExchangeTokenType()
KeyExchangeTokenType
public CancelTargetType createCancelTargetType()
CancelTargetType
public RequestedProofTokenType createRequestedProofTokenType()
RequestedProofTokenType
public LifetimeType createLifetimeType()
LifetimeType
public AllowPostdatingType createAllowPostdatingType()
AllowPostdatingType
public RequestSecurityTokenResponseCollectionType createRequestSecurityTokenResponseCollectionType()
RequestSecurityTokenResponseCollectionType
public BinaryExchangeType createBinaryExchangeType()
BinaryExchangeType
public ClaimsType createClaimsType()
ClaimsType
public EntropyType createEntropyType()
EntropyType
public RenewTargetType createRenewTargetType()
RenewTargetType
public UseKeyType createUseKeyType()
UseKeyType
public DelegateToType createDelegateToType()
DelegateToType
public ProofEncryptionType createProofEncryptionType()
ProofEncryptionType
public SignChallengeType createSignChallengeType()
SignChallengeType
public RequestKETType createRequestKETType()
RequestKETType
public ParticipantsType createParticipantsType()
ParticipantsType
public EncryptionType createEncryptionType()
EncryptionType
public RenewingType createRenewingType()
RenewingType
public StatusType createStatusType()
StatusType
public ParticipantType createParticipantType()
ParticipantType
public AuthenticatorType createAuthenticatorType()
AuthenticatorType
public JAXBElement<RequestSecurityTokenType> createRequestSecurityToken(RequestSecurityTokenType value)
JAXBElement
<
RequestSecurityTokenType
>
}
public JAXBElement<RequestSecurityTokenResponseCollectionType> createIssuedTokens(RequestSecurityTokenResponseCollectionType value)
JAXBElement
<
RequestSecurityTokenResponseCollectionType
>
}
public JAXBElement<SignChallengeType> createSignChallenge(SignChallengeType value)
JAXBElement
<
SignChallengeType
>
}
public JAXBElement<RequestedSecurityTokenType> createRequestedSecurityToken(RequestedSecurityTokenType value)
JAXBElement
<
RequestedSecurityTokenType
>
}
public JAXBElement<RequestSecurityTokenResponseType> createRequestSecurityTokenResponse(RequestSecurityTokenResponseType value)
JAXBElement
<
RequestSecurityTokenResponseType
>
}
public JAXBElement<RequestSecurityTokenResponseCollectionType> createRequestSecurityTokenResponseCollection(RequestSecurityTokenResponseCollectionType value)
JAXBElement
<
RequestSecurityTokenResponseCollectionType
>
}
public JAXBElement<EndpointReferenceType> createIssuer(EndpointReferenceType value)
JAXBElement
<
EndpointReferenceType
>
}
public JAXBElement<AuthenticatorType> createAuthenticator(AuthenticatorType value)
JAXBElement
<
AuthenticatorType
>
}
public JAXBElement<AllowPostdatingType> createAllowPostdating(AllowPostdatingType value)
JAXBElement
<
AllowPostdatingType
>
}
public JAXBElement<RequestKETType> createRequestKET(RequestKETType value)
JAXBElement
<
RequestKETType
>
}
public JAXBElement<DelegateToType> createDelegateTo(DelegateToType value)
JAXBElement
<
DelegateToType
>
}
public JAXBElement<UseKeyType> createUseKey(UseKeyType value)
JAXBElement
<
UseKeyType
>
}
public JAXBElement<EncryptionType> createEncryption(EncryptionType value)
JAXBElement
<
EncryptionType
>
}
public JAXBElement<RequestedTokenCancelledType> createRequestedTokenCancelled(RequestedTokenCancelledType value)
JAXBElement
<
RequestedTokenCancelledType
>
}
public JAXBElement<ClaimsType> createClaims(ClaimsType value)
JAXBElement
<
ClaimsType
>
}
public JAXBElement<String> createSignatureAlgorithm(String value)
JAXBElement
<
String
>
}
public JAXBElement<RequestedReferenceType> createRequestedAttachedReference(RequestedReferenceType value)
JAXBElement
<
RequestedReferenceType
>
}
public JAXBElement<String> createSignWith(String value)
JAXBElement
<
String
>
}
public JAXBElement<RenewTargetType> createRenewTarget(RenewTargetType value)
JAXBElement
<
RenewTargetType
>
}
public JAXBElement<Boolean> createDelegatable(Boolean value)
JAXBElement
<
Boolean
>
}
public JAXBElement<Boolean> createForwardable(Boolean value)
JAXBElement
<
Boolean
>
}
public JAXBElement<KeyExchangeTokenType> createKeyExchangeToken(KeyExchangeTokenType value)
JAXBElement
<
KeyExchangeTokenType
>
}
public JAXBElement<String> createEncryptWith(String value)
JAXBElement
<
String
>
}
public JAXBElement<BinarySecretType> createBinarySecret(BinarySecretType value)
JAXBElement
<
BinarySecretType
>
}
public JAXBElement<String> createComputedKey(String value)
JAXBElement
<
String
>
}
public JAXBElement<RequestedProofTokenType> createRequestedProofToken(RequestedProofTokenType value)
JAXBElement
<
RequestedProofTokenType
>
}
public JAXBElement<String> createComputedKeyAlgorithm(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createAuthenticationType(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createEncryptionAlgorithm(String value)
JAXBElement
<
String
>
}
public JAXBElement<OnBehalfOfType> createOnBehalfOf(OnBehalfOfType value)
JAXBElement
<
OnBehalfOfType
>
}
public JAXBElement<RequestedReferenceType> createRequestedUnattachedReference(RequestedReferenceType value)
JAXBElement
<
RequestedReferenceType
>
}
public JAXBElement<String> createTokenType(String value)
JAXBElement
<
String
>
}
public JAXBElement<SignChallengeType> createSignChallengeResponse(SignChallengeType value)
JAXBElement
<
SignChallengeType
>
}
public JAXBElement<byte[]> createCombinedHash(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<Long> createKeySize(Long value)
JAXBElement
<
Long
>
}
public JAXBElement<String> createKeyType(String value)
JAXBElement
<
String
>
}
public JAXBElement<ParticipantsType> createParticipants(ParticipantsType value)
JAXBElement
<
ParticipantsType
>
}
public JAXBElement<RenewingType> createRenewing(RenewingType value)
JAXBElement
<
RenewingType
>
}
public JAXBElement<EntropyType> createEntropy(EntropyType value)
JAXBElement
<
EntropyType
>
}
public JAXBElement<ProofEncryptionType> createProofEncryption(ProofEncryptionType value)
JAXBElement
<
ProofEncryptionType
>
}
public JAXBElement<StatusType> createStatus(StatusType value)
JAXBElement
<
StatusType
>
}
public JAXBElement<LifetimeType> createLifetime(LifetimeType value)
JAXBElement
<
LifetimeType
>
}
public JAXBElement<String> createChallenge(String value)
JAXBElement
<
String
>
}
public JAXBElement<BinaryExchangeType> createBinaryExchange(BinaryExchangeType value)
JAXBElement
<
BinaryExchangeType
>
}
public JAXBElement<CancelTargetType> createCancelTarget(CancelTargetType value)
JAXBElement
<
CancelTargetType
>
}
public JAXBElement<String> createCanonicalizationAlgorithm(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createRequestType(String value)
JAXBElement
<
String
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |