Uses of Interface
com.sun.xml.wss.saml.Action
-
Packages that use Action Package Description com.sun.xml.wss.saml 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 Modifier and Type Method Description abstract ActionSAMLAssertionFactory. createAction(String action, String namespace)Creates anActionelement.Methods in com.sun.xml.wss.saml that return types with arguments of type Action Modifier and Type Method Description 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.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that implement Action Modifier and Type Class Description classActionThis class is designed forActionelement in SAML core assertion.Methods in com.sun.xml.wss.saml.assertion.saml11.jaxb20 that return types with arguments of type Action Modifier and Type Method Description List<Action>AuthorizationDecisionStatement. getActionList() -
Uses of Action in com.sun.xml.wss.saml.assertion.saml20.jaxb20
Classes in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that implement Action Modifier and Type Class Description classActionThis class is designed forActionelement in SAML core assertion.Methods in com.sun.xml.wss.saml.assertion.saml20.jaxb20 that return types with arguments of type Action Modifier and Type Method Description 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 Modifier and Type Method Description ActionSAMLAssertion2_1FactoryImpl. createAction(String action, String namespace)ActionSAMLAssertion2_1FactoryImpl. createAction(Element actionElement)ActionSAMLAssertion2_2FactoryImpl. createAction(String action, String namespace)ActionSAMLAssertion2_2FactoryImpl. createAction(Element actionElement)
-