Uses of Interface
com.sun.xml.wss.saml.AttributeStatement
-
Packages that use AttributeStatement Package Description com.sun.xml.wss.saml com.sun.xml.wss.saml.assertion.saml11.jaxb20 com.sun.xml.wss.saml.assertion.saml20.jaxb20 com.sun.xml.wss.saml.impl -
-
Uses of AttributeStatement in com.sun.xml.wss.saml
Methods in com.sun.xml.wss.saml that return AttributeStatement Modifier and Type Method Description abstract AttributeStatementSAMLAssertionFactory. createAttributeStatement(Subject subj, List attr)Constructs an instance ofAttributeStatement.abstract AttributeStatementSAMLAssertionFactory. createAttributeStatement(List attr)Constructs an instance ofAttributeStatement. -
Uses of AttributeStatement in com.sun.xml.wss.saml.assertion.saml11.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement AttributeStatement Modifier and Type Class Description classAttributeStatementTheAttributeStatementelement supplies a statement by the issuer that the specified subject is associated with the specified attributes. -
Uses of AttributeStatement in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement AttributeStatement Modifier and Type Class Description classAttributeStatementTheAttributeStatementelement supplies a statement by the issuer that the specified subject is associated with the specified attributes. -
Uses of AttributeStatement in com.sun.xml.wss.saml.impl
Methods in com.sun.xml.wss.saml.impl that return AttributeStatement Modifier and Type Method Description AttributeStatementSAMLAssertion2_1FactoryImpl. createAttributeStatement(Subject subj, List attr)AttributeStatementSAMLAssertion2_1FactoryImpl. createAttributeStatement(List attr)AttributeStatementSAMLAssertion2_2FactoryImpl. createAttributeStatement(Subject subj, List attr)AttributeStatementSAMLAssertion2_2FactoryImpl. createAttributeStatement(List attr)
-