| 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 | Method and Description |
|---|---|
java.util.List<Action> |
AuthorizationDecisionStatement.getActions()
Get the Action Elements
|
java.util.List<Action> |
AuthorizationDecisionQuery.getActions()
Get list of Action child elements
|
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<Action> |
AuthorizationDecisionStatementImpl.actions
Contains the list of Action elements.
|
private XMLObjectChildrenList<Action> |
AuthorizationDecisionQueryImpl.actions
Contains all the Action child elements.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Action |
ActionBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Action> |
AuthorizationDecisionStatementImpl.getActions()
Get the Action Elements
|
java.util.List<Action> |
AuthorizationDecisionQueryImpl.getActions()
Get list of Action child elements
|