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 JAXBElement<EncryptedElementType> createEncryptedAttribute(EncryptedElementType value)
-
createAuthzDecisionStatement
public JAXBElement<AuthzDecisionStatementType> createAuthzDecisionStatement(AuthzDecisionStatementType value)
-
createCondition
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
-
createAuthenticatingAuthority
public JAXBElement<String> createAuthenticatingAuthority(String value)
-
createAuthnContextClassRef
public JAXBElement<String> createAuthnContextClassRef(String value)
-
createAuthnContext
public JAXBElement<AuthnContextType> createAuthnContext(AuthnContextType value)
-
createSubjectConfirmation
public JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
-
createAudienceRestriction
public JAXBElement<AudienceRestrictionType> createAudienceRestriction(AudienceRestrictionType value)
-
createAdvice
public JAXBElement<AdviceType> createAdvice(AdviceType value)
-
createStatement
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
-
createAttributeStatement
public JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
-
createAssertion
public JAXBElement<AssertionType> createAssertion(AssertionType value)
-
createEncryptedID
public JAXBElement<EncryptedElementType> createEncryptedID(EncryptedElementType value)
-
createAuthnContextDeclRef
public JAXBElement<String> createAuthnContextDeclRef(String value)
-
createAttribute
public JAXBElement<AttributeType> createAttribute(AttributeType value)
-
createOneTimeUse
public JAXBElement<OneTimeUseType> createOneTimeUse(OneTimeUseType value)
-
createSubjectLocality
public JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
-
createAssertionURIRef
public JAXBElement<String> createAssertionURIRef(String value)
-
createEncryptedAssertion
public JAXBElement<EncryptedElementType> createEncryptedAssertion(EncryptedElementType value)
-
createBaseID
public JAXBElement<BaseIDAbstractType> createBaseID(BaseIDAbstractType value)
-
createAssertionIDRef
public JAXBElement<String> createAssertionIDRef(String value)
-
createProxyRestriction
public JAXBElement<ProxyRestrictionType> createProxyRestriction(ProxyRestrictionType value)
-
createEvidence
public JAXBElement<EvidenceType> createEvidence(EvidenceType value)
-
createSubjectConfirmationData
public JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value)
-
createConditions
public JAXBElement<ConditionsType> createConditions(ConditionsType value)
-
createNameID
public JAXBElement<NameIDType> createNameID(NameIDType value)
-
createAttributeValue
public JAXBElement<Object> createAttributeValue(Object value)
-
createAudience
public JAXBElement<String> createAudience(String value)
-
createAuthnContextDecl
public JAXBElement<Object> createAuthnContextDecl(Object value)
-
createAuthnStatement
public JAXBElement<AuthnStatementType> createAuthnStatement(AuthnStatementType value)
-
createSubject
public JAXBElement<SubjectType> createSubject(SubjectType value)
-
createAction
public JAXBElement<ActionType> createAction(ActionType value)
-
createIssuer
public JAXBElement<NameIDType> createIssuer(NameIDType value)
-
-