Class PolicyEnforcerConfig.PathCacheConfig
- java.lang.Object
-
- org.keycloak.representations.adapters.config.PolicyEnforcerConfig.PathCacheConfig
-
- Enclosing class:
- PolicyEnforcerConfig
public static class PolicyEnforcerConfig.PathCacheConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description PathCacheConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLifespan()
int
getMaxEntries()
void
setLifespan(long lifespan)
void
setMaxEntries(int maxEntries)
-