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: oasis.names.tc.saml._2_0.assertion
|
public ObjectFactory()
public AssertionType createAssertionType()
AssertionTypepublic SubjectConfirmationType createSubjectConfirmationType()
SubjectConfirmationTypepublic AuthnStatementType createAuthnStatementType()
AuthnStatementTypepublic AttributeType createAttributeType()
AttributeTypepublic KeyInfoConfirmationDataType createKeyInfoConfirmationDataType()
KeyInfoConfirmationDataTypepublic ProxyRestrictionType createProxyRestrictionType()
ProxyRestrictionTypepublic SubjectConfirmationDataType createSubjectConfirmationDataType()
SubjectConfirmationDataTypepublic NameIDType createNameIDType()
NameIDTypepublic AdviceType createAdviceType()
AdviceTypepublic AuthnContextType createAuthnContextType()
AuthnContextTypepublic AttributeStatementType createAttributeStatementType()
AttributeStatementTypepublic SubjectType createSubjectType()
SubjectTypepublic ConditionsType createConditionsType()
ConditionsTypepublic AudienceRestrictionType createAudienceRestrictionType()
AudienceRestrictionTypepublic JAXBElement<AssertionType> createAssertion(AssertionType value)
public JAXBElement<AudienceRestrictionType> createAudienceRestriction(AudienceRestrictionType value)
public JAXBElement<AuthnContextType> createAuthnContext(AuthnContextType value)
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
public JAXBElement<AuthnStatementType> createAuthnStatement(AuthnStatementType value)
public JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
public JAXBElement<NameIDType> createIssuer(NameIDType value)
public JAXBElement<NameIDType> createNameID(NameIDType value)
public JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
public JAXBElement<AttributeType> createAttribute(AttributeType value)
public JAXBElement<SubjectType> createSubject(SubjectType value)
public JAXBElement<AdviceType> createAdvice(AdviceType value)
public JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value)
public JAXBElement<ConditionsType> createConditions(ConditionsType value)
public JAXBElement<String> createAttributeValue(String value)
public JAXBElement<String> createAuthnContextClassRef(String value)
public JAXBElement<String> createAudience(String value)
public JAXBElement<ProxyRestrictionType> createProxyRestriction(ProxyRestrictionType value)
Copyright © 2016. All rights reserved.