Package com.tivoli.am.fim.saml.misc
Class Saml20ObjectFactory
- java.lang.Object
-
- com.tivoli.am.fim.saml.misc.Saml20ObjectFactory
-
- All Implemented Interfaces:
java.io.Serializable
public class Saml20ObjectFactory extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
Saml20ObjectFactoryImpl_java_copyright
static java.lang.String
Saml20ObjectFactoryImpl_java_sourceCodeID
static java.lang.String
VERSION_SAML20
static java.lang.String
VERSION_SAML20_MAJ
static java.lang.String
VERSION_SAML20_MIN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FIMStatusCollection
createFIMStatusCollection()
FIMStatusCollectionEntry
createFIMStatusCollectionEntry()
FIMStatusDetail
createFIMStatusDetail()
PAOSRequest
createPAOSRequest()
PAOSResponse
createPAOSResponse()
Saml20Action
createSamlAction()
Saml20Artifact
createSamlArtifact()
Saml20ArtifactResolve
createSamlArtifactResolve()
Saml20ArtifactResponse
createSamlArtifactResponse()
Saml20Assertion
createSamlAssertion()
Saml20AssertionQueryByIdInitRequest
createSamlAssertionByIdQueryInit()
Saml20AssertionQueryByIdInitResponse
createSamlAssertionByIdQueryInitResponse()
Saml20AssertionIDRef
createSamlAssertionIDRef()
Saml20AssertionIDRequest
createSamlAssertionIDRequest()
Saml20AssertionURIRef
createSamlAssertionURIRef()
Saml20Attribute
createSamlAttribute()
Saml20AttributeQuery
createSamlAttributeQuery()
Saml20AttributeQueryInitRequest
createSamlAttributeQueryInit()
Saml20AttributeQueryInitResponse
createSamlAttributeQueryInitResponse()
Saml20AttributeStatement
createSamlAttributeStatement()
Saml20AudienceRestriction
createSamlAudienceRestrictionCondition()
Saml20AuthnContext
createSamlAuthnContext()
Saml20AuthnQuery
createSamlAuthnQuery()
Saml20AuthnQueryInitRequest
createSamlAuthnQueryInit()
Saml20AuthnQueryInitResponse
createSamlAuthnQueryInitResponse()
Saml20AuthnRequest
createSamlAuthnRequest()
Saml20AuthnStatement
createSamlAuthnStatement()
Saml20AuthzDecisionQuery
createSamlAuthzDecisionQuery()
Saml20AuthzDecisionQueryInitRequest
createSamlAuthzDecisionQueryInit()
Saml20AuthzDecisionStatement
createSamlAuthzDecisionStatement()
Saml20Claims
createSamlClaims()
Saml20Conditions
createSamlConditions()
Saml20ECPRelayState
createSamlECPRelayState()
Saml20ECPRequest
createSamlECPRequest()
Saml20ECPResponse
createSamlECPResponse()
Saml20EncryptedAssertion
createSamlEncryptedAssertion()
Saml20Evidence
createSamlEvidence()
Saml20IDPEntry
createSamlIDPEntry()
Saml20IDPList
createSamlIDPList()
Saml20Issuer
createSamlIssuer()
Saml20KeyInfoConfirmationData
createSamlKeyInfoConfirmationData()
Saml20KeyInfoType
createSamlKeyInfoType()
Saml20LogoutRequest
createSamlLogoutRequest()
Saml20LogoutResponse
createSamlLogoutResponse()
Saml20ManageNameIDRequest
createSamlManageNameIDRequest()
Saml20ManageNameIDResponse
createSamlManageNameIDResponse()
Saml20NameID
createSamlNameID()
Saml20NameIDMappingRequest
createSamlNameIDMappingRequest()
Saml20NameIDMappingResponse
createSamlNameIDMappingResponse()
Saml20NameIDPolicy
createSamlNameIDPolicy()
Saml20ProxyRestriction
createSamlProxyRestriction()
Saml20RequestedAuthnContext
createSamlRequestedAuthnContext()
Saml20Response
createSamlResponse()
Saml20Scoping
createSamlScoping()
Saml20Status
createSamlStatus()
Saml20StatusCode
createSamlStatusCode()
Saml20StatusDetail
createSamlStatusDetail()
Saml20Subject
createSamlSubject()
Saml20SubjectConfirmation
createSamlSubjectConfirmation()
Saml20SubjectConfirmationData
createSamlSubjectConfirmationData()
java.lang.String
getECPNamespace()
java.lang.String
getECPPrefix()
static int
getElementType(org.w3c.dom.Node n)
static Saml20ObjectFactory
getInstance()
static java.lang.String
getLocalNameForElementType(int elementType)
static Saml20RequestResponse
getObjectForElement(org.w3c.dom.Node el)
static SamlXMLHelper
getObjectForElement(org.w3c.dom.Node el, boolean not)
java.lang.String
getPAOSNamespace()
java.lang.String
getPAOSPrefix()
java.lang.String
getSamlMajorVersion()
java.lang.String
getSamlMinorVersion()
java.lang.String
getSamlNamespace()
java.lang.String
getSamlpNamespace()
java.lang.String
getSamlpPrefix()
java.lang.String
getSamlPrefix()
java.lang.String
getSamlVersion()
java.lang.String
toString()
-
-
-
Field Detail
-
Saml20ObjectFactoryImpl_java_copyright
public static final java.lang.String Saml20ObjectFactoryImpl_java_copyright
-
Saml20ObjectFactoryImpl_java_sourceCodeID
public static final java.lang.String Saml20ObjectFactoryImpl_java_sourceCodeID
- See Also:
- Constant Field Values
-
VERSION_SAML20
public static final java.lang.String VERSION_SAML20
- See Also:
- Constant Field Values
-
VERSION_SAML20_MAJ
public static final java.lang.String VERSION_SAML20_MAJ
- See Also:
- Constant Field Values
-
VERSION_SAML20_MIN
public static final java.lang.String VERSION_SAML20_MIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElementType
public static int getElementType(org.w3c.dom.Node n)
-
getLocalNameForElementType
public static java.lang.String getLocalNameForElementType(int elementType)
-
getInstance
public static final Saml20ObjectFactory getInstance()
-
getObjectForElement
public static SamlXMLHelper getObjectForElement(org.w3c.dom.Node el, boolean not)
-
getObjectForElement
public static Saml20RequestResponse getObjectForElement(org.w3c.dom.Node el) throws LibertySchemaException
- Throws:
LibertySchemaException
-
createFIMStatusDetail
public FIMStatusDetail createFIMStatusDetail()
-
createFIMStatusCollection
public FIMStatusCollection createFIMStatusCollection()
-
createFIMStatusCollectionEntry
public FIMStatusCollectionEntry createFIMStatusCollectionEntry()
-
createSamlArtifact
public Saml20Artifact createSamlArtifact()
-
createSamlArtifactResolve
public Saml20ArtifactResolve createSamlArtifactResolve()
-
createSamlArtifactResponse
public Saml20ArtifactResponse createSamlArtifactResponse()
-
createSamlAssertion
public Saml20Assertion createSamlAssertion()
-
createSamlAssertionIDRequest
public Saml20AssertionIDRequest createSamlAssertionIDRequest()
-
createSamlAttribute
public Saml20Attribute createSamlAttribute()
-
createSamlAttributeQuery
public Saml20AttributeQuery createSamlAttributeQuery()
-
createSamlAttributeStatement
public Saml20AttributeStatement createSamlAttributeStatement()
-
createSamlAudienceRestrictionCondition
public Saml20AudienceRestriction createSamlAudienceRestrictionCondition()
-
createSamlAuthnContext
public Saml20AuthnContext createSamlAuthnContext()
-
createSamlAuthnQuery
public Saml20AuthnQuery createSamlAuthnQuery()
-
createSamlAuthnRequest
public Saml20AuthnRequest createSamlAuthnRequest()
-
createSamlAuthnStatement
public Saml20AuthnStatement createSamlAuthnStatement()
-
createSamlClaims
public Saml20Claims createSamlClaims()
-
createSamlConditions
public Saml20Conditions createSamlConditions()
-
createSamlEncryptedAssertion
public Saml20EncryptedAssertion createSamlEncryptedAssertion()
-
createSamlIDPEntry
public Saml20IDPEntry createSamlIDPEntry()
-
createSamlIDPList
public Saml20IDPList createSamlIDPList()
-
createSamlIssuer
public Saml20Issuer createSamlIssuer()
-
createSamlKeyInfoConfirmationData
public Saml20KeyInfoConfirmationData createSamlKeyInfoConfirmationData()
-
createSamlLogoutRequest
public Saml20LogoutRequest createSamlLogoutRequest()
-
createSamlLogoutResponse
public Saml20LogoutResponse createSamlLogoutResponse()
-
createSamlManageNameIDRequest
public Saml20ManageNameIDRequest createSamlManageNameIDRequest()
-
createSamlManageNameIDResponse
public Saml20ManageNameIDResponse createSamlManageNameIDResponse()
-
createSamlNameID
public Saml20NameID createSamlNameID()
-
createSamlNameIDMappingRequest
public Saml20NameIDMappingRequest createSamlNameIDMappingRequest()
-
createSamlNameIDMappingResponse
public Saml20NameIDMappingResponse createSamlNameIDMappingResponse()
-
createSamlNameIDPolicy
public Saml20NameIDPolicy createSamlNameIDPolicy()
-
createSamlProxyRestriction
public Saml20ProxyRestriction createSamlProxyRestriction()
-
createSamlRequestedAuthnContext
public Saml20RequestedAuthnContext createSamlRequestedAuthnContext()
-
createSamlResponse
public Saml20Response createSamlResponse()
-
createSamlScoping
public Saml20Scoping createSamlScoping()
-
createSamlStatus
public Saml20Status createSamlStatus()
-
createSamlStatusCode
public Saml20StatusCode createSamlStatusCode()
-
createSamlStatusDetail
public Saml20StatusDetail createSamlStatusDetail()
-
createSamlSubject
public Saml20Subject createSamlSubject()
-
createSamlSubjectConfirmation
public Saml20SubjectConfirmation createSamlSubjectConfirmation()
-
createSamlSubjectConfirmationData
public Saml20SubjectConfirmationData createSamlSubjectConfirmationData()
-
getSamlNamespace
public java.lang.String getSamlNamespace()
-
getSamlpNamespace
public java.lang.String getSamlpNamespace()
-
getSamlpPrefix
public java.lang.String getSamlpPrefix()
-
getSamlPrefix
public java.lang.String getSamlPrefix()
-
getSamlVersion
public java.lang.String getSamlVersion()
-
getSamlMajorVersion
public java.lang.String getSamlMajorVersion()
-
getSamlMinorVersion
public java.lang.String getSamlMinorVersion()
-
createSamlECPRequest
public Saml20ECPRequest createSamlECPRequest()
-
createSamlECPResponse
public Saml20ECPResponse createSamlECPResponse()
-
createPAOSRequest
public PAOSRequest createPAOSRequest()
-
createPAOSResponse
public PAOSResponse createPAOSResponse()
-
getECPNamespace
public java.lang.String getECPNamespace()
-
getECPPrefix
public java.lang.String getECPPrefix()
-
createSamlECPRelayState
public Saml20ECPRelayState createSamlECPRelayState()
-
createSamlAssertionIDRef
public Saml20AssertionIDRef createSamlAssertionIDRef()
-
createSamlAssertionURIRef
public Saml20AssertionURIRef createSamlAssertionURIRef()
-
createSamlAction
public Saml20Action createSamlAction()
-
createSamlEvidence
public Saml20Evidence createSamlEvidence()
-
createSamlAuthzDecisionQuery
public Saml20AuthzDecisionQuery createSamlAuthzDecisionQuery()
-
createSamlAuthzDecisionStatement
public Saml20AuthzDecisionStatement createSamlAuthzDecisionStatement()
-
createSamlAuthzDecisionQueryInit
public Saml20AuthzDecisionQueryInitRequest createSamlAuthzDecisionQueryInit()
-
createSamlAttributeQueryInit
public Saml20AttributeQueryInitRequest createSamlAttributeQueryInit()
-
createSamlAssertionByIdQueryInit
public Saml20AssertionQueryByIdInitRequest createSamlAssertionByIdQueryInit()
-
createSamlAuthnQueryInit
public Saml20AuthnQueryInitRequest createSamlAuthnQueryInit()
-
createSamlAttributeQueryInitResponse
public Saml20AttributeQueryInitResponse createSamlAttributeQueryInitResponse()
-
createSamlAssertionByIdQueryInitResponse
public Saml20AssertionQueryByIdInitResponse createSamlAssertionByIdQueryInitResponse()
-
createSamlAuthnQueryInitResponse
public Saml20AuthnQueryInitResponse createSamlAuthnQueryInitResponse()
-
createSamlKeyInfoType
public Saml20KeyInfoType createSamlKeyInfoType()
-
getPAOSNamespace
public java.lang.String getPAOSNamespace()
-
getPAOSPrefix
public java.lang.String getPAOSPrefix()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-