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 Action
AssertionFactory. createAction()
Returns a new instance ofAction
.Action
AssertionFactory. createAction(String xml)
Returns a new instance ofAction
.Action
AssertionFactory. 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 void
AuthzDecisionStatement. setAction(List<Action> value)
Sets theAction
(s) of the statement.
-