Uses of Class
org.keycloak.representations.idm.authorization.Logic
-
Packages that use Logic Package Description org.keycloak.representations.idm.authorization -
-
Uses of Logic in org.keycloak.representations.idm.authorization
Methods in org.keycloak.representations.idm.authorization that return Logic Modifier and Type Method Description Logic
AbstractPolicyRepresentation. getLogic()
static Logic
Logic. valueOf(String name)
Returns the enum constant of this type with the specified name.static Logic
Logic. valueOfInteger(Integer id)
static Logic[]
Logic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.representations.idm.authorization with parameters of type Logic Modifier and Type Method Description void
AbstractPolicyRepresentation. setLogic(Logic logic)
-