Uses of Class
org.keycloak.dom.saml.v2.assertion.ActionType
-
Packages that use ActionType Package Description org.keycloak.dom.saml.v2.assertion Package for the model classes for the SAML2 Assertionorg.keycloak.dom.saml.v2.protocol 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 ActionType Modifier and Type Field Description protected List<ActionType>AuthzDecisionStatementType. actionMethods in org.keycloak.dom.saml.v2.assertion that return types with arguments of type ActionType Modifier and Type Method Description List<ActionType>AuthzDecisionStatementType. getAction()Get the list of actions (read-only list)Methods in org.keycloak.dom.saml.v2.assertion with parameters of type ActionType Modifier and Type Method Description voidAuthzDecisionStatementType. 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 ActionType Modifier and Type Field Description protected List<ActionType>AuthzDecisionQueryType. actionMethods in org.keycloak.dom.saml.v2.protocol that return types with arguments of type ActionType Modifier and Type Method Description List<ActionType>AuthzDecisionQueryType. getAction()Gets the value of the action property.Methods in org.keycloak.dom.saml.v2.protocol with parameters of type ActionType Modifier and Type Method Description voidAuthzDecisionQueryType. addAction(ActionType act)Add an actionvoidAuthzDecisionQueryType. removeAction(ActionType act)Remove an action
-