Class ObjectFactory
- java.lang.Object
-
- com.sun.xml.wss.saml.internal.saml20.jaxb20.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.wss.saml.internal.saml20.jaxb20 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.xml.wss.saml.internal.saml20.jaxb20
-
Method Summary
-
-
-
Method Detail
-
createSubjectType
public SubjectType createSubjectType()
Create an instance ofSubjectType
-
createAdviceType
public AdviceType createAdviceType()
Create an instance ofAdviceType
-
createAuthzDecisionStatementType
public AuthzDecisionStatementType createAuthzDecisionStatementType()
Create an instance ofAuthzDecisionStatementType
-
createEncryptedElementType
public EncryptedElementType createEncryptedElementType()
Create an instance ofEncryptedElementType
-
createAssertionType
public AssertionType createAssertionType()
Create an instance ofAssertionType
-
createNameIDType
public NameIDType createNameIDType()
Create an instance ofNameIDType
-
createSubjectLocalityType
public SubjectLocalityType createSubjectLocalityType()
Create an instance ofSubjectLocalityType
-
createSubjectConfirmationType
public SubjectConfirmationType createSubjectConfirmationType()
Create an instance ofSubjectConfirmationType
-
createAuthnContextType
public AuthnContextType createAuthnContextType()
Create an instance ofAuthnContextType
-
createEvidenceType
public EvidenceType createEvidenceType()
Create an instance ofEvidenceType
-
createSubjectConfirmationDataType
public SubjectConfirmationDataType createSubjectConfirmationDataType()
Create an instance ofSubjectConfirmationDataType
-
createActionType
public ActionType createActionType()
Create an instance ofActionType
-
createAttributeStatementType
public AttributeStatementType createAttributeStatementType()
Create an instance ofAttributeStatementType
-
createProxyRestrictionType
public ProxyRestrictionType createProxyRestrictionType()
Create an instance ofProxyRestrictionType
-
createKeyInfoConfirmationDataType
public KeyInfoConfirmationDataType createKeyInfoConfirmationDataType()
Create an instance ofKeyInfoConfirmationDataType
-
createAttributeType
public AttributeType createAttributeType()
Create an instance ofAttributeType
-
createAudienceRestrictionType
public AudienceRestrictionType createAudienceRestrictionType()
Create an instance ofAudienceRestrictionType
-
createAuthnStatementType
public AuthnStatementType createAuthnStatementType()
Create an instance ofAuthnStatementType
-
createOneTimeUseType
public OneTimeUseType createOneTimeUseType()
Create an instance ofOneTimeUseType
-
createConditionsType
public ConditionsType createConditionsType()
Create an instance ofConditionsType
-
createEncryptedAttribute
public javax.xml.bind.JAXBElement<EncryptedElementType> createEncryptedAttribute(EncryptedElementType value)
-
createAuthzDecisionStatement
public javax.xml.bind.JAXBElement<AuthzDecisionStatementType> createAuthzDecisionStatement(AuthzDecisionStatementType value)
-
createCondition
public javax.xml.bind.JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
-
createAuthenticatingAuthority
public javax.xml.bind.JAXBElement<String> createAuthenticatingAuthority(String value)
-
createAuthnContextClassRef
public javax.xml.bind.JAXBElement<String> createAuthnContextClassRef(String value)
-
createAuthnContext
public javax.xml.bind.JAXBElement<AuthnContextType> createAuthnContext(AuthnContextType value)
-
createSubjectConfirmation
public javax.xml.bind.JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
-
createAudienceRestriction
public javax.xml.bind.JAXBElement<AudienceRestrictionType> createAudienceRestriction(AudienceRestrictionType value)
-
createAdvice
public javax.xml.bind.JAXBElement<AdviceType> createAdvice(AdviceType value)
-
createStatement
public javax.xml.bind.JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
-
createAttributeStatement
public javax.xml.bind.JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
-
createAssertion
public javax.xml.bind.JAXBElement<AssertionType> createAssertion(AssertionType value)
-
createEncryptedID
public javax.xml.bind.JAXBElement<EncryptedElementType> createEncryptedID(EncryptedElementType value)
-
createAuthnContextDeclRef
public javax.xml.bind.JAXBElement<String> createAuthnContextDeclRef(String value)
-
createAttribute
public javax.xml.bind.JAXBElement<AttributeType> createAttribute(AttributeType value)
-
createOneTimeUse
public javax.xml.bind.JAXBElement<OneTimeUseType> createOneTimeUse(OneTimeUseType value)
-
createSubjectLocality
public javax.xml.bind.JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
-
createAssertionURIRef
public javax.xml.bind.JAXBElement<String> createAssertionURIRef(String value)
-
createEncryptedAssertion
public javax.xml.bind.JAXBElement<EncryptedElementType> createEncryptedAssertion(EncryptedElementType value)
-
createBaseID
public javax.xml.bind.JAXBElement<BaseIDAbstractType> createBaseID(BaseIDAbstractType value)
-
createProxyRestriction
public javax.xml.bind.JAXBElement<ProxyRestrictionType> createProxyRestriction(ProxyRestrictionType value)
-
createEvidence
public javax.xml.bind.JAXBElement<EvidenceType> createEvidence(EvidenceType value)
-
createSubjectConfirmationData
public javax.xml.bind.JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value)
-
createConditions
public javax.xml.bind.JAXBElement<ConditionsType> createConditions(ConditionsType value)
-
createNameID
public javax.xml.bind.JAXBElement<NameIDType> createNameID(NameIDType value)
-
createAuthnContextDecl
public javax.xml.bind.JAXBElement<Object> createAuthnContextDecl(Object value)
-
createAuthnStatement
public javax.xml.bind.JAXBElement<AuthnStatementType> createAuthnStatement(AuthnStatementType value)
-
createSubject
public javax.xml.bind.JAXBElement<SubjectType> createSubject(SubjectType value)
-
createAction
public javax.xml.bind.JAXBElement<ActionType> createAction(ActionType value)
-
createIssuer
public javax.xml.bind.JAXBElement<NameIDType> createIssuer(NameIDType value)
-
-