Uses of Interface
org.opensaml.saml1.core.Action

Packages that use Action
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. 
 

Uses of Action in org.opensaml.saml1.core
 

Methods in org.opensaml.saml1.core that return types with arguments of type Action
 List<Action> AuthorizationDecisionStatement.getActions()
          Get the Action Elements
 List<Action> AuthorizationDecisionQuery.getActions()
          Get list of Action child elements
 

Uses of Action in org.opensaml.saml1.core.impl
 

Classes in org.opensaml.saml1.core.impl that implement Action
 class ActionImpl
          Concrete implementation of Action
 

Fields in org.opensaml.saml1.core.impl with type parameters of type Action
private  XMLObjectChildrenList<Action> AuthorizationDecisionStatementImpl.actions
          Contains the list of Action elements
private  XMLObjectChildrenList<Action> AuthorizationDecisionQueryImpl.actions
          Contains all the Action child elements
 

Methods in org.opensaml.saml1.core.impl that return Action
 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)
          
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type Action
 List<Action> AuthorizationDecisionStatementImpl.getActions()
          Get the Action Elements
 List<Action> AuthorizationDecisionQueryImpl.getActions()
          Get list of Action child elements
 

Uses of Action in org.opensaml.saml1.core.validator
 

Methods in org.opensaml.saml1.core.validator with parameters of type Action
 void ActionSpecValidator.validate(Action action)
          
 



Copyright © 1999-2012. All Rights Reserved.