Class PolicyEnforcerConfig
java.lang.Object
org.keycloak.representations.adapters.config.PolicyEnforcerConfig
- Author:
- Pedro Igor
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static class
static class
static class
static enum
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths()
getRealm()
void
setAuthServerUrl
(String authServerUrl) void
void
setCredentials
(Map<String, Object> credentials) void
setEnforcementMode
(PolicyEnforcerConfig.EnforcementMode enforcementMode) void
setHttpMethodAsScope
(Boolean httpMethodAsScope) void
setLazyLoadPaths
(Boolean lazyLoadPaths) void
setOnDenyRedirectTo
(String onDenyRedirectTo) void
setPathCacheConfig
(PolicyEnforcerConfig.PathCacheConfig pathCacheConfig) void
void
void
setResource
(String resource) void
setUserManagedAccess
(PolicyEnforcerConfig.UserManagedAccessConfig userManagedAccess)
-
Field Details
-
credentials
-
-
Constructor Details
-
PolicyEnforcerConfig
public PolicyEnforcerConfig()
-
-
Method Details
-
getPaths
-
getPathCacheConfig
-
getLazyLoadPaths
-
setLazyLoadPaths
-
getEnforcementMode
-
setEnforcementMode
-
getUserManagedAccess
-
setPaths
-
setPathCacheConfig
-
getOnDenyRedirectTo
-
setUserManagedAccess
-
setOnDenyRedirectTo
-
getClaimInformationPointConfig
-
setClaimInformationPointConfig
-
getHttpMethodAsScope
-
setHttpMethodAsScope
-
getRealm
-
setRealm
-
getAuthServerUrl
-
setAuthServerUrl
-
getCredentials
-
setCredentials
-
getResource
-
setResource
-