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 LogicAbstractPolicyRepresentation. getLogic()static LogicLogic. valueOf(String name)Returns the enum constant of this type with the specified name.static LogicLogic. 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 voidAbstractPolicyRepresentation. setLogic(Logic logic)
-