Uses of Class
org.keycloak.dom.saml.v2.assertion.ActionType
Package
Description
Package for the model classes for the SAML2 Assertion
Package containing the classes for the protocol of SAMLv2
-
Uses of ActionType in org.keycloak.dom.saml.v2.assertion
Modifier and TypeMethodDescriptionAuthzDecisionStatementType.getAction()
Get the list of actions (read-only list)Modifier and TypeMethodDescriptionvoid
AuthzDecisionStatementType.addAction
(ActionType actionType) Add an actionvoid
AuthzDecisionStatementType.removeAction
(ActionType actionType) Remove an action -
Uses of ActionType in org.keycloak.dom.saml.v2.protocol
Modifier and TypeMethodDescriptionAuthzDecisionQueryType.getAction()
Gets the value of the action property.Modifier and TypeMethodDescriptionvoid
AuthzDecisionQueryType.addAction
(ActionType act) Add an actionvoid
AuthzDecisionQueryType.removeAction
(ActionType act) Remove an action -
Uses of ActionType in org.keycloak.saml.processing.api.saml.v2.response
Modifier and TypeMethodDescriptionSAML2Response.createAuthzDecisionStatementType
(String resource, DecisionType decision, EvidenceType evidence, ActionType... actions) Create an Authorization Decision Statement Type