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
 java.util.List<Action> AuthorizationDecisionStatement.getActions()
          Get the Action Elements
 java.util.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
 

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(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 

Methods in org.opensaml.saml1.core.impl that return types with arguments of type Action
 java.util.List<Action> AuthorizationDecisionQueryImpl.getActions()
          Get list of Action child elements
 java.util.List<Action> AuthorizationDecisionStatementImpl.getActions()
          Get the Action 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 © 2006-2012 Internet2. All Rights Reserved.