Package | Description |
---|---|
org.apache.ws.security.saml.ext.builder | |
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 |
---|---|
static Action |
SAML1ComponentBuilder.createSamlv1Action(ActionBean actionBean)
Create an Action object
|
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 | Class and Description |
---|---|
class |
ActionImpl
Concrete implementation of
Action |
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)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<Action> |
AuthorizationDecisionStatementImpl.getActions()
Get the Action Elements
|
List<Action> |
AuthorizationDecisionQueryImpl.getActions()
Get list of Action child elements
|
Modifier and Type | Method and Description |
---|---|
void |
ActionSpecValidator.validate(Action action)
Checks to see if a XMLObject is valid.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.