Package | Description |
---|---|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml1.core.validator |
Validation rules for SAML 1.0 and 1.1 types and elements.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
AuthorizationDecisionStatement.getActions()
Get the Action Elements
|
List<Action> |
AuthorizationDecisionQuery.getActions()
Get list of 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(String namespaceURI,
String localName,
String namespacePrefix) |
Modifier and Type | Method and Description |
---|---|
List<Action> |
AuthorizationDecisionQueryImpl.getActions()
Get list of Action child elements
|
List<Action> |
AuthorizationDecisionStatementImpl.getActions()
Get the Action Elements
|
Modifier and Type | Method and Description |
---|---|
void |
ActionSpecValidator.validate(Action action) |
Copyright © 1999-2013. All Rights Reserved.