org.kuali.student.security.wssecurity.secext.dto
Class ObjectFactory

java.lang.Object
  extended by org.kuali.student.security.wssecurity.secext.dto.ObjectFactory

public class ObjectFactory
extends Object

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
 
Method Summary
 AttributedString createAttributedString()
          Create an instance of AttributedString
 JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
          Create an instance of JAXBElement<BinarySecurityTokenType>}
 BinarySecurityTokenType createBinarySecurityTokenType()
          Create an instance of BinarySecurityTokenType
 JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
          Create an instance of JAXBElement<EmbeddedType>}
 EmbeddedType createEmbeddedType()
          Create an instance of EmbeddedType
 EncodedString createEncodedString()
          Create an instance of EncodedString
 JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
          Create an instance of JAXBElement<KeyIdentifierType>}
 KeyIdentifierType createKeyIdentifierType()
          Create an instance of KeyIdentifierType
 JAXBElement<EncodedString> createNonce(EncodedString value)
          Create an instance of JAXBElement<EncodedString>}
 JAXBElement<PasswordString> createPassword(PasswordString value)
          Create an instance of JAXBElement<PasswordString>}
 PasswordString createPasswordString()
          Create an instance of PasswordString
 JAXBElement<ReferenceType> createReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
          Create an instance of JAXBElement<SecurityHeaderType>}
 SecurityHeaderType createSecurityHeaderType()
          Create an instance of SecurityHeaderType
 JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
          Create an instance of JAXBElement<SecurityTokenReferenceType>}
 SecurityTokenReferenceType createSecurityTokenReferenceType()
          Create an instance of SecurityTokenReferenceType
 JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
          Create an instance of JAXBElement<TransformationParametersType>}
 TransformationParametersType createTransformationParametersType()
          Create an instance of TransformationParametersType
 JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
          Create an instance of JAXBElement<UsernameTokenType>}
 UsernameTokenType createUsernameTokenType()
          Create an instance of UsernameTokenType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_Nonce_QNAME

private static final QName _Nonce_QNAME

_Embedded_QNAME

private static final QName _Embedded_QNAME

_Password_QNAME

private static final QName _Password_QNAME

_Reference_QNAME

private static final QName _Reference_QNAME

_Security_QNAME

private static final QName _Security_QNAME

_SecurityTokenReference_QNAME

private static final QName _SecurityTokenReference_QNAME

_BinarySecurityToken_QNAME

private static final QName _BinarySecurityToken_QNAME

_KeyIdentifier_QNAME

private static final QName _KeyIdentifier_QNAME

_TransformationParameters_QNAME

private static final QName _TransformationParameters_QNAME

_UsernameToken_QNAME

private static final QName _UsernameToken_QNAME
Constructor Detail

ObjectFactory

public 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

Method Detail

createSecurityTokenReferenceType

public SecurityTokenReferenceType createSecurityTokenReferenceType()
Create an instance of SecurityTokenReferenceType


createAttributedString

public AttributedString createAttributedString()
Create an instance of AttributedString


createBinarySecurityTokenType

public BinarySecurityTokenType createBinarySecurityTokenType()
Create an instance of BinarySecurityTokenType


createSecurityHeaderType

public SecurityHeaderType createSecurityHeaderType()
Create an instance of SecurityHeaderType


createUsernameTokenType

public UsernameTokenType createUsernameTokenType()
Create an instance of UsernameTokenType


createKeyIdentifierType

public KeyIdentifierType createKeyIdentifierType()
Create an instance of KeyIdentifierType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createEncodedString

public EncodedString createEncodedString()
Create an instance of EncodedString


createPasswordString

public PasswordString createPasswordString()
Create an instance of PasswordString


createEmbeddedType

public EmbeddedType createEmbeddedType()
Create an instance of EmbeddedType


createTransformationParametersType

public TransformationParametersType createTransformationParametersType()
Create an instance of TransformationParametersType


createNonce

public JAXBElement<EncodedString> createNonce(EncodedString value)
Create an instance of JAXBElement<EncodedString>}


createEmbedded

public JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
Create an instance of JAXBElement<EmbeddedType>}


createPassword

public JAXBElement<PasswordString> createPassword(PasswordString value)
Create an instance of JAXBElement<PasswordString>}


createReference

public JAXBElement<ReferenceType> createReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


createSecurity

public JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
Create an instance of JAXBElement<SecurityHeaderType>}


createSecurityTokenReference

public JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
Create an instance of JAXBElement<SecurityTokenReferenceType>}


createBinarySecurityToken

public JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
Create an instance of JAXBElement<BinarySecurityTokenType>}


createKeyIdentifier

public JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
Create an instance of JAXBElement<KeyIdentifierType>}


createTransformationParameters

public JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
Create an instance of JAXBElement<TransformationParametersType>}


createUsernameToken

public JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
Create an instance of JAXBElement<UsernameTokenType>}



Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.