Class CachedPolicy
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.authorization.entities.CachedPolicy
-
- All Implemented Interfaces:
Serializable
,CachedObject
,InResourceServer
,Revisioned
public class CachedPolicy extends AbstractRevisioned implements InResourceServer
- Author:
- Pedro Igor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CachedPolicy(Long revision, Policy policy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getAssociatedPoliciesIds(Supplier<Policy> policy)
Map<String,String>
getConfig(Supplier<Policy> policy)
DecisionStrategy
getDecisionStrategy()
String
getDescription()
Logic
getLogic()
String
getName()
String
getOwner()
String
getResourceServerId()
Set<String>
getResourcesIds(Supplier<Policy> policy)
Set<String>
getScopesIds(Supplier<Policy> policy)
String
getType()
-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
-
-
-
Method Detail
-
getType
public String getType()
-
getDecisionStrategy
public DecisionStrategy getDecisionStrategy()
-
getLogic
public Logic getLogic()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceInResourceServer
-
getOwner
public String getOwner()
-
-