Class PolicyEnforcerConfig.PathCacheConfig
java.lang.Object
org.keycloak.representations.adapters.config.PolicyEnforcerConfig.PathCacheConfig
- Enclosing class:
- PolicyEnforcerConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
int
void
setLifespan
(long lifespan) void
setMaxEntries
(int maxEntries)
-
Constructor Details
-
PathCacheConfig
public PathCacheConfig()
-
-
Method Details
-
getMaxEntries
public int getMaxEntries() -
setMaxEntries
public void setMaxEntries(int maxEntries) -
getLifespan
public long getLifespan() -
setLifespan
public void setLifespan(long lifespan)
-