Uses of Class
org.keycloak.dom.saml.v2.assertion.ActionType
Packages that use 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
Fields in org.keycloak.dom.saml.v2.assertion with type parameters of type ActionTypeMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionAuthzDecisionStatementType.getAction()Get the list of actions (read-only list)Methods in org.keycloak.dom.saml.v2.assertion with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidAuthzDecisionStatementType.addAction(ActionType actionType) Add an actionvoidAuthzDecisionStatementType.removeAction(ActionType actionType) Remove an action -
Uses of ActionType in org.keycloak.dom.saml.v2.protocol
Fields in org.keycloak.dom.saml.v2.protocol with type parameters of type ActionTypeMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionAuthzDecisionQueryType.getAction()Gets the value of the action property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ActionTypeModifier and TypeMethodDescriptionvoidAuthzDecisionQueryType.addAction(ActionType act) Add an actionvoidAuthzDecisionQueryType.removeAction(ActionType act) Remove an action -
Uses of ActionType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response with parameters of type ActionTypeModifier and TypeMethodDescriptionSAML2Response.createAuthzDecisionStatementType(String resource, DecisionType decision, EvidenceType evidence, ActionType... actions) Create an Authorization Decision Statement Type