| Package | Description |
|---|---|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| org.opensaml.xacml.profile.saml |
XMLObject interfaces for SAML XACML profile.
|
| org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeStatement
SAML 2.0 Core AttributeStatement.
|
interface |
AuthnStatement
SAML 2.0 Core AuthnStatement.
|
interface |
AuthzDecisionStatement
SAML 2.0 Core AuthzDecisionStatement.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Statement> |
Assertion.getStatements()
Gets the list of statements attached to this assertion.
|
java.util.List<Statement> |
Assertion.getStatements(javax.xml.namespace.QName typeOrName)
Gets the list of statements attached to this assertion that match a particular QName.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeStatementImpl
A concrete implementation of
AttributeStatement. |
class |
AuthnStatementImpl
A concrete implementation of
AuthnStatement. |
class |
AuthzDecisionStatementImpl
A concrete implementation of
AuthzDecisionStatement. |
| Modifier and Type | Field and Description |
|---|---|
private IndexedXMLObjectChildrenList<Statement> |
AssertionImpl.statements
Statements of the assertion.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Statement> |
AssertionImpl.getStatements()
Gets the list of statements attached to this assertion.
|
java.util.List<Statement> |
AssertionImpl.getStatements(javax.xml.namespace.QName typeOrName)
Gets the list of statements attached to this assertion that match a particular QName.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XACMLAuthzDecisionStatementType
A SAML XACML profile XACMLAuthzDecisionStatement schema type.
|
interface |
XACMLPolicyStatementType
A SAML XACML profile XACMLPolicyStatement schema type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XACMLAuthzDecisionStatementTypeImpl
A concrete implementation of
XACMLAuthzDecisionStatementType. |
class |
XACMLPolicyStatementTypeImpl
Concrete implementation of
XACMLPolicyStatementType. |