Uses of Interface
com.sun.identity.saml2.assertion.Action
-
Packages that use Action Package Description com.sun.identity.saml2.assertion Defines SAMLv2 assertion. -
-
Uses of Action in com.sun.identity.saml2.assertion
Methods in com.sun.identity.saml2.assertion that return Action Modifier and Type Method Description ActionAssertionFactory. createAction()Returns a new instance ofAction.ActionAssertionFactory. createAction(String xml)Returns a new instance ofAction.ActionAssertionFactory. createAction(Element elem)Returns a new instance ofAction.Methods in com.sun.identity.saml2.assertion that return types with arguments of type Action Modifier and Type Method Description List<Action>AuthzDecisionStatement. getAction()Returns theAction(s) of the statement.Method parameters in com.sun.identity.saml2.assertion with type arguments of type Action Modifier and Type Method Description voidAuthzDecisionStatement. setAction(List<Action> value)Sets theAction(s) of the statement.
-