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: org.openehealth.ipf.commons.ihe.xacml20.stub.saml20.assertion
|
public ObjectFactory()
public EncryptedElementType createEncryptedElementType()
EncryptedElementTypepublic NameIDType createNameIDType()
NameIDTypepublic AssertionType createAssertionType()
AssertionTypepublic SubjectType createSubjectType()
SubjectTypepublic SubjectConfirmationType createSubjectConfirmationType()
SubjectConfirmationTypepublic SubjectConfirmationDataType createSubjectConfirmationDataType()
SubjectConfirmationDataTypepublic ConditionsType createConditionsType()
ConditionsTypepublic AudienceRestrictionType createAudienceRestrictionType()
AudienceRestrictionTypepublic OneTimeUseType createOneTimeUseType()
OneTimeUseTypepublic ProxyRestrictionType createProxyRestrictionType()
ProxyRestrictionTypepublic AdviceType createAdviceType()
AdviceTypepublic AuthnStatementType createAuthnStatementType()
AuthnStatementTypepublic SubjectLocalityType createSubjectLocalityType()
SubjectLocalityTypepublic AuthnContextType createAuthnContextType()
AuthnContextTypepublic AuthzDecisionStatementType createAuthzDecisionStatementType()
AuthzDecisionStatementTypepublic ActionType createActionType()
ActionTypepublic EvidenceType createEvidenceType()
EvidenceTypepublic AttributeStatementType createAttributeStatementType()
AttributeStatementTypepublic AttributeType createAttributeType()
AttributeTypepublic KeyInfoConfirmationDataType createKeyInfoConfirmationDataType()
KeyInfoConfirmationDataTypepublic JAXBElement<BaseIDAbstractType> createBaseID(BaseIDAbstractType value)
public JAXBElement<NameIDType> createNameID(NameIDType value)
public JAXBElement<EncryptedElementType> createEncryptedID(EncryptedElementType value)
public JAXBElement<NameIDType> createIssuer(NameIDType value)
public JAXBElement<String> createAssertionIDRef(String value)
public JAXBElement<String> createAssertionURIRef(String value)
public JAXBElement<AssertionType> createAssertion(AssertionType value)
public JAXBElement<SubjectType> createSubject(SubjectType value)
public JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
public JAXBElement<SubjectConfirmationDataType> createSubjectConfirmationData(SubjectConfirmationDataType value)
public JAXBElement<ConditionsType> createConditions(ConditionsType value)
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
public JAXBElement<AudienceRestrictionType> createAudienceRestriction(AudienceRestrictionType value)
public JAXBElement<String> createAudience(String value)
public JAXBElement<OneTimeUseType> createOneTimeUse(OneTimeUseType value)
public JAXBElement<ProxyRestrictionType> createProxyRestriction(ProxyRestrictionType value)
public JAXBElement<AdviceType> createAdvice(AdviceType value)
public JAXBElement<EncryptedElementType> createEncryptedAssertion(EncryptedElementType value)
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
public JAXBElement<AuthnStatementType> createAuthnStatement(AuthnStatementType value)
public JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
public JAXBElement<AuthnContextType> createAuthnContext(AuthnContextType value)
public JAXBElement<String> createAuthnContextClassRef(String value)
public JAXBElement<String> createAuthnContextDeclRef(String value)
public JAXBElement<Object> createAuthnContextDecl(Object value)
public JAXBElement<String> createAuthenticatingAuthority(String value)
public JAXBElement<AuthzDecisionStatementType> createAuthzDecisionStatement(AuthzDecisionStatementType value)
public JAXBElement<ActionType> createAction(ActionType value)
public JAXBElement<EvidenceType> createEvidence(EvidenceType value)
public JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
public JAXBElement<AttributeType> createAttribute(AttributeType value)
public JAXBElement<Object> createAttributeValue(Object value)
public JAXBElement<EncryptedElementType> createEncryptedAttribute(EncryptedElementType value)
Copyright © 2020 Open eHealth Foundation. All rights reserved.