| Package | Description |
|---|---|
| org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
| org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeStatement
This interface defines how the object representing a SAML 1
AttributeStatement element behaves. |
interface |
AuthenticationStatement
This interface defines how the object representing a SAML1
AuthenticationStatment element behaves. |
interface |
AuthorizationDecisionStatement
This interface defines how the object representing a SAML1
AuthorizationDecisionStatement element
behaves. |
interface |
SubjectStatement
Interface to descibe how the anchor point SubjectStatement would work.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Statement> |
Assertion.getStatements()
Return the List representing all the
Statement sub elements. |
java.util.List<Statement> |
Assertion.getStatements(javax.xml.namespace.QName typeOrName)
Return the List representing all the
Statement sub elements with a given schema type or element
name. |
| Modifier and Type | Field and Description |
|---|---|
private IndexedXMLObjectChildrenList<Statement> |
AssertionImpl.statements
Object representation of all the
Statement elements. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Statement> |
AssertionImpl.getStatements()
Return the List representing all the
Statement sub elements. |
java.util.List<Statement> |
AssertionImpl.getStatements(javax.xml.namespace.QName typeOrName)
Return the List representing all the
Statement sub elements with a given schema type or element
name. |