Uses of Class
org.keycloak.representations.idm.authorization.Logic
- 
- 
Uses of Logic in org.keycloak.authorization.jpa.entitiesMethods in org.keycloak.authorization.jpa.entities that return Logic Modifier and Type Method Description LogicPolicyEntity. getLogic()Methods in org.keycloak.authorization.jpa.entities with parameters of type Logic Modifier and Type Method Description voidPolicyEntity. setLogic(Logic logic)
- 
Uses of Logic in org.keycloak.authorization.jpa.storeMethods in org.keycloak.authorization.jpa.store that return Logic Modifier and Type Method Description LogicPolicyAdapter. getLogic()Methods in org.keycloak.authorization.jpa.store with parameters of type Logic Modifier and Type Method Description voidPolicyAdapter. setLogic(Logic logic)
- 
Uses of Logic in org.keycloak.authorization.modelMethods in org.keycloak.authorization.model that return Logic Modifier and Type Method Description LogicPolicy. getLogic()Returns theLogicfor this policy.Methods in org.keycloak.authorization.model with parameters of type Logic Modifier and Type Method Description voidPolicy. setLogic(Logic logic)Sets the {Logic} for this policy.
- 
Uses of Logic in org.keycloak.models.cache.infinispan.authorizationMethods in org.keycloak.models.cache.infinispan.authorization that return Logic Modifier and Type Method Description LogicPolicyAdapter. getLogic()Methods in org.keycloak.models.cache.infinispan.authorization with parameters of type Logic Modifier and Type Method Description voidPolicyAdapter. setLogic(Logic logic)
- 
Uses of Logic in org.keycloak.models.cache.infinispan.authorization.entitiesMethods in org.keycloak.models.cache.infinispan.authorization.entities that return Logic Modifier and Type Method Description LogicCachedPolicy. getLogic()
- 
Uses of Logic in org.keycloak.models.map.authorization.adapterMethods in org.keycloak.models.map.authorization.adapter that return Logic Modifier and Type Method Description LogicMapPolicyAdapter. getLogic()Methods in org.keycloak.models.map.authorization.adapter with parameters of type Logic Modifier and Type Method Description voidMapPolicyAdapter. setLogic(Logic logic)
- 
Uses of Logic in org.keycloak.models.map.authorization.entityMethods in org.keycloak.models.map.authorization.entity that return Logic Modifier and Type Method Description LogicMapPolicyEntity. getLogic()LogicMapPolicyEntityDelegate. getLogic()LogicMapPolicyEntityFieldDelegate. getLogic()LogicMapPolicyEntityImpl.Empty. getLogic()LogicMapPolicyEntityImpl. getLogic()Methods in org.keycloak.models.map.authorization.entity with parameters of type Logic Modifier and Type Method Description voidMapPolicyEntity. setLogic(Logic logic)voidMapPolicyEntityDelegate. setLogic(Logic logic)voidMapPolicyEntityFieldDelegate. setLogic(Logic p0)voidMapPolicyEntityImpl.Empty. setLogic(Logic logic)voidMapPolicyEntityImpl. setLogic(Logic p0)
- 
Uses of Logic in org.keycloak.models.map.storage.hotRod.authorizationMethods in org.keycloak.models.map.storage.hotRod.authorization that return Logic Modifier and Type Method Description LogicHotRodPolicyEntityDelegate. getLogic()Methods in org.keycloak.models.map.storage.hotRod.authorization with parameters of type Logic Modifier and Type Method Description voidHotRodPolicyEntityDelegate. setLogic(Logic p0)
- 
Uses of Logic in org.keycloak.models.map.storage.jpa.authorization.policy.entityMethods in org.keycloak.models.map.storage.jpa.authorization.policy.entity that return Logic Modifier and Type Method Description LogicJpaPolicyEntity. getLogic()Methods in org.keycloak.models.map.storage.jpa.authorization.policy.entity with parameters of type Logic Modifier and Type Method Description voidJpaPolicyEntity. setLogic(Logic logic)
- 
Uses of Logic in org.keycloak.representations.idm.authorizationMethods 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)
 
-