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