Uses of Interface
com.sun.xml.wss.saml.Action

Packages that use Action
com.sun.xml.wss.saml   
com.sun.xml.wss.saml.assertion.saml11.jaxb10   
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.assertion.saml20.jaxb20   
com.sun.xml.wss.saml.impl   
 

Uses of Action in com.sun.xml.wss.saml
 

Methods in com.sun.xml.wss.saml that return Action
abstract  Action SAMLAssertionFactory.createAction(String action, String namespace)
          Creates an Action element.
 

Methods in com.sun.xml.wss.saml that return types with arguments of type Action
 List<Action> AuthnDecisionStatement.getActionList()
          Gets the value of the action property.
 List<Action> AuthorizationDecisionStatement.getActionList()
          Gets the value of the action property.
 

Uses of Action in com.sun.xml.wss.saml.assertion.saml11.jaxb10
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb10 that return types with arguments of type Action
 List<Action> AuthorizationDecisionStatement.getActionList()
           
 

Uses of Action in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 

Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Action
 class Action
          This class is designed for Action element in SAML core assertion.
 

Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return types with arguments of type Action
 List<Action> AuthorizationDecisionStatement.getActionList()
           
 

Uses of Action in com.sun.xml.wss.saml.assertion.saml20.jaxb20
 

Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return types with arguments of type Action
 List<Action> AuthzDecisionStatement.getActionList()
           
 

Uses of Action in com.sun.xml.wss.saml.impl
 

Methods in com.sun.xml.wss.saml.impl that return Action
 Action SAMLAssertion1_1FactoryImpl.createAction(Element actionElement)
           
 Action SAMLAssertion2_1FactoryImpl.createAction(Element actionElement)
           
 Action SAMLAssertion2_2FactoryImpl.createAction(Element actionElement)
           
 Action SAMLAssertion1_1FactoryImpl.createAction(String action, String namespace)
           
 Action SAMLAssertion2_1FactoryImpl.createAction(String action, String namespace)
           
 Action SAMLAssertion2_2FactoryImpl.createAction(String action, String namespace)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.