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.saml11.jaxb20
|
public ObjectFactory()
public NameIdentifierType createNameIdentifierType()
NameIdentifierTypepublic AttributeDesignatorType createAttributeDesignatorType()
AttributeDesignatorTypepublic AuthenticationStatementType createAuthenticationStatementType()
AuthenticationStatementTypepublic AssertionType createAssertionType()
AssertionTypepublic AuthorizationDecisionStatementType createAuthorizationDecisionStatementType()
AuthorizationDecisionStatementTypepublic SubjectConfirmationType createSubjectConfirmationType()
SubjectConfirmationTypepublic DoNotCacheConditionType createDoNotCacheConditionType()
DoNotCacheConditionTypepublic AudienceRestrictionConditionType createAudienceRestrictionConditionType()
AudienceRestrictionConditionTypepublic ActionType createActionType()
ActionTypepublic SubjectLocalityType createSubjectLocalityType()
SubjectLocalityTypepublic ConditionsType createConditionsType()
ConditionsTypepublic SubjectType createSubjectType()
SubjectTypepublic AttributeStatementType createAttributeStatementType()
AttributeStatementTypepublic AdviceType createAdviceType()
AdviceTypepublic AuthorityBindingType createAuthorityBindingType()
AuthorityBindingTypepublic AttributeType createAttributeType()
AttributeTypepublic EvidenceType createEvidenceType()
EvidenceTypepublic JAXBElement<DoNotCacheConditionType> createDoNotCacheCondition(DoNotCacheConditionType value)
public JAXBElement<SubjectStatementAbstractType> createSubjectStatement(SubjectStatementAbstractType value)
public JAXBElement<AttributeDesignatorType> createAttributeDesignator(AttributeDesignatorType value)
public JAXBElement<SubjectType> createSubject(SubjectType value)
public JAXBElement<AuthorizationDecisionStatementType> createAuthorizationDecisionStatement(AuthorizationDecisionStatementType value)
public JAXBElement<EvidenceType> createEvidence(EvidenceType value)
public JAXBElement<Object> createSubjectConfirmationData(Object value)
public JAXBElement<String> createAssertionIDReference(String value)
public JAXBElement<AttributeType> createAttribute(AttributeType value)
public JAXBElement<String> createAudience(String value)
public JAXBElement<SubjectLocalityType> createSubjectLocality(SubjectLocalityType value)
public JAXBElement<AudienceRestrictionConditionType> createAudienceRestrictionCondition(AudienceRestrictionConditionType value)
public JAXBElement<String> createConfirmationMethod(String value)
public JAXBElement<Object> createAttributeValue(Object value)
public JAXBElement<ConditionAbstractType> createCondition(ConditionAbstractType value)
public JAXBElement<AdviceType> createAdvice(AdviceType value)
public JAXBElement<StatementAbstractType> createStatement(StatementAbstractType value)
public JAXBElement<ConditionsType> createConditions(ConditionsType value)
public JAXBElement<SubjectConfirmationType> createSubjectConfirmation(SubjectConfirmationType value)
public JAXBElement<AuthenticationStatementType> createAuthenticationStatement(AuthenticationStatementType value)
public JAXBElement<AuthorityBindingType> createAuthorityBinding(AuthorityBindingType value)
public JAXBElement<NameIdentifierType> createNameIdentifier(NameIdentifierType value)
public JAXBElement<AttributeStatementType> createAttributeStatement(AttributeStatementType value)
public JAXBElement<AssertionType> createAssertion(AssertionType value)
public JAXBElement<ActionType> createAction(ActionType value)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.