|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.security.sts.provider.model.secext.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.ws.security.sts.provider.model.secext 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.apache.cxf.ws.security.sts.provider.model.secext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public AttributedString createAttributedString()
AttributedString
public KeyIdentifierType createKeyIdentifierType()
KeyIdentifierType
public SecurityTokenReferenceType createSecurityTokenReferenceType()
SecurityTokenReferenceType
public EmbeddedType createEmbeddedType()
EmbeddedType
public EncodedString createEncodedString()
EncodedString
public SecurityHeaderType createSecurityHeaderType()
SecurityHeaderType
public TransformationParametersType createTransformationParametersType()
TransformationParametersType
public ReferenceType createReferenceType()
ReferenceType
public PasswordString createPasswordString()
PasswordString
public BinarySecurityTokenType createBinarySecurityTokenType()
BinarySecurityTokenType
public UsernameTokenType createUsernameTokenType()
UsernameTokenType
public javax.xml.bind.JAXBElement<UsernameTokenType> createUsernameToken(UsernameTokenType value)
JAXBElement
<
UsernameTokenType
>
}
public javax.xml.bind.JAXBElement<BinarySecurityTokenType> createBinarySecurityToken(BinarySecurityTokenType value)
JAXBElement
<
BinarySecurityTokenType
>
}
public javax.xml.bind.JAXBElement<SecurityHeaderType> createSecurity(SecurityHeaderType value)
JAXBElement
<
SecurityHeaderType
>
}
public javax.xml.bind.JAXBElement<TransformationParametersType> createTransformationParameters(TransformationParametersType value)
JAXBElement
<
TransformationParametersType
>
}
public javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
JAXBElement
<
ReferenceType
>
}
public javax.xml.bind.JAXBElement<EncodedString> createNonce(EncodedString value)
JAXBElement
<
EncodedString
>
}
public javax.xml.bind.JAXBElement<PasswordString> createPassword(PasswordString value)
JAXBElement
<
PasswordString
>
}
public javax.xml.bind.JAXBElement<KeyIdentifierType> createKeyIdentifier(KeyIdentifierType value)
JAXBElement
<
KeyIdentifierType
>
}
public javax.xml.bind.JAXBElement<EmbeddedType> createEmbedded(EmbeddedType value)
JAXBElement
<
EmbeddedType
>
}
public javax.xml.bind.JAXBElement<SecurityTokenReferenceType> createSecurityTokenReference(SecurityTokenReferenceType value)
JAXBElement
<
SecurityTokenReferenceType
>
}
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |