| 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. |
| Modifier and Type | Method and Description |
|---|---|
List<SubjectStatement> |
Assertion.getSubjectStatements()
Return the List representing all the
SubjectStatement sub elements. |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeStatementImpl
A Concrete implementation of the
AttributeStatement Interface. |
class |
AuthenticationStatementImpl
A Concrete implementation of the
AuthenticationStatement Interface. |
class |
AuthorizationDecisionStatementImpl
A concrete implementation of
AuthorizationDecisionStatement. |
class |
SubjectStatementImpl
Abstract type to implement SubjectStatementType.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubjectStatement> |
AssertionImpl.getSubjectStatements()
Return the List representing all the
SubjectStatement sub elements. |
Copyright © 2021. All rights reserved.