public class MapAuthorizationStore extends Object implements StoreFactory
| Constructor and Description |
|---|
MapAuthorizationStore(KeycloakSession session,
MapStorage permissionTicketStore,
MapStorage policyStore,
MapStorage resourceServerStore,
MapStorage resourceStore,
MapStorage scopeStore,
AuthorizationProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
PermissionTicketStore |
getPermissionTicketStore() |
PolicyStore |
getPolicyStore() |
ResourceServerStore |
getResourceServerStore() |
ResourceStore |
getResourceStore() |
ScopeStore |
getScopeStore() |
boolean |
isReadOnly() |
void |
setReadOnly(boolean readOnly) |
public MapAuthorizationStore(KeycloakSession session, MapStorage permissionTicketStore, MapStorage policyStore, MapStorage resourceServerStore, MapStorage resourceStore, MapStorage scopeStore, AuthorizationProvider provider)
public ResourceStore getResourceStore()
getResourceStore in interface StoreFactorypublic ResourceServerStore getResourceServerStore()
getResourceServerStore in interface StoreFactorypublic ScopeStore getScopeStore()
getScopeStore in interface StoreFactorypublic PolicyStore getPolicyStore()
getPolicyStore in interface StoreFactorypublic PermissionTicketStore getPermissionTicketStore()
getPermissionTicketStore in interface StoreFactorypublic void setReadOnly(boolean readOnly)
setReadOnly in interface StoreFactorypublic boolean isReadOnly()
isReadOnly in interface StoreFactoryCopyright © 2021 JBoss by Red Hat. All rights reserved.