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