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