Uses of Class
com.sun.xml.wss.saml.internal.saml11.jaxb20.ActionType

Packages that use ActionType
com.sun.xml.wss.saml.assertion.saml11.jaxb20   
com.sun.xml.wss.saml.internal.saml11.jaxb20   
 

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

Subclasses of ActionType in com.sun.xml.wss.saml.assertion.saml11.jaxb20
 class Action
          This class is designed for Action element in SAML core assertion.
 

Constructors in com.sun.xml.wss.saml.assertion.saml11.jaxb20 with parameters of type ActionType
Action(ActionType actionType)
           
 

Uses of ActionType in com.sun.xml.wss.saml.internal.saml11.jaxb20
 

Fields in com.sun.xml.wss.saml.internal.saml11.jaxb20 with type parameters of type ActionType
protected  List<ActionType> AuthorizationDecisionStatementType.action
           
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return ActionType
 ActionType ObjectFactory.createActionType()
          Create an instance of ActionType
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 that return types with arguments of type ActionType
 JAXBElement<ActionType> ObjectFactory.createAction(ActionType value)
          Create an instance of JAXBElement<ActionType>}
 List<ActionType> AuthorizationDecisionStatementType.getAction()
          Gets the value of the action property.
 

Methods in com.sun.xml.wss.saml.internal.saml11.jaxb20 with parameters of type ActionType
 JAXBElement<ActionType> ObjectFactory.createAction(ActionType value)
          Create an instance of JAXBElement<ActionType>}
 



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