|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.security.wssecurity.secext.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.wssecurity.secext.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.
Field Summary | |
---|---|
private static QName |
_BinarySecurityToken_QNAME
|
private static QName |
_Embedded_QNAME
|
private static QName |
_KeyIdentifier_QNAME
|
private static QName |
_Nonce_QNAME
|
private static QName |
_Password_QNAME
|
private static QName |
_Reference_QNAME
|
private static QName |
_Security_QNAME
|
private static QName |
_SecurityTokenReference_QNAME
|
private static QName |
_TransformationParameters_QNAME
|
private static QName |
_UsernameToken_QNAME
|
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.wssecurity.secext.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 _Nonce_QNAME
private static final QName _Embedded_QNAME
private static final QName _Password_QNAME
private static final QName _Reference_QNAME
private static final QName _Security_QNAME
private static final QName _SecurityTokenReference_QNAME
private static final QName _BinarySecurityToken_QNAME
private static final QName _KeyIdentifier_QNAME
private static final QName _TransformationParameters_QNAME
private static final QName _UsernameToken_QNAME
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public SecurityTokenReferenceType createSecurityTokenReferenceType()
SecurityTokenReferenceType
public AttributedString createAttributedString()
AttributedString
public BinarySecurityTokenType createBinarySecurityTokenType()
BinarySecurityTokenType
public SecurityHeaderType createSecurityHeaderType()
SecurityHeaderType
public UsernameTokenType createUsernameTokenType()
UsernameTokenType
public KeyIdentifierType createKeyIdentifierType()
KeyIdentifierType
public ReferenceType createReferenceType()
ReferenceType
public EncodedString createEncodedString()
EncodedString
public PasswordString createPasswordString()
PasswordString
public EmbeddedType createEmbeddedType()
EmbeddedType
public TransformationParametersType createTransformationParametersType()
TransformationParametersType
public JAXBElement<EncodedString> createNonce(EncodedString value)
JAXBElement
<
EncodedString
>
}
public JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
JAXBElement
<
EmbeddedType
>
}
public JAXBElement<PasswordString> createPassword(PasswordString value)
JAXBElement
<
PasswordString
>
}
public JAXBElement<ReferenceType> createReference(ReferenceType value)
JAXBElement
<
ReferenceType
>
}
public JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
JAXBElement
<
SecurityHeaderType
>
}
public JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
JAXBElement
<
SecurityTokenReferenceType
>
}
public JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
JAXBElement
<
BinarySecurityTokenType
>
}
public JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
JAXBElement
<
KeyIdentifierType
>
}
public JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
JAXBElement
<
TransformationParametersType
>
}
public JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
JAXBElement
<
UsernameTokenType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |