public interface CacheRealmProvider extends RealmProvider, ClientProvider, GroupProvider, RoleProvider
Modifier and Type | Method and Description |
---|---|
void |
clear() |
RealmProvider |
getRealmDelegate() |
void |
registerClientInvalidation(String id,
String clientId,
String realmId) |
void |
registerClientScopeInvalidation(String id) |
void |
registerGroupInvalidation(String id) |
void |
registerRealmInvalidation(String id,
String name) |
void |
registerRoleInvalidation(String id,
String roleName,
String roleContainerId) |
addClient, addClient, addClientRole, addClientRole, addRealmRole, addRealmRole, addTopLevelGroup, createClientInitialAccessModel, createGroup, createGroup, createGroup, createGroup, createRealm, createRealm, decreaseRemainingCount, deleteLocalizationText, deleteLocalizationTextsByLocale, getAlwaysDisplayInConsoleClients, getClientByClientId, getClientById, getClientInitialAccessModel, getClientRole, getClientRoles, getClientRoles, getClients, getClients, getClientScopeById, getClientsCount, getGroupById, getGroupById, getGroups, getGroupsByRole, getGroupsCount, getGroupsCountByNameContaining, getLocalizationTextsById, getMigrationModel, getRealm, getRealmByName, getRealmRole, getRealmRoles, getRealmRoles, getRealms, getRealmsStream, getRealmsWithProviderType, getRealmsWithProviderTypeStream, getRoleById, getTopLevelGroups, getTopLevelGroups, listClientInitialAccess, listClientInitialAccessStream, moveGroup, removeClient, removeClientInitialAccessModel, removeExpiredClientInitialAccess, removeGroup, removeRealm, removeRole, saveLocalizationText, saveLocalizationTexts, searchClientsByClientId, searchForClientRoles, searchForGroupByName, searchForRoles, updateLocalizationText
getAlwaysDisplayInConsoleClientsStream, getClientsStream, getClientsStream, removeClient, removeClients
getClientByClientId, getClientById, searchClientsByClientIdStream
getGroupsByRoleStream, getGroupsCount, getGroupsStream, getGroupsStream, getGroupsStream, getGroupsStream, getTopLevelGroupsStream, getTopLevelGroupsStream, preRemove
searchForGroupByNameStream
addClientRole, addClientRole, getClientRolesStream, getClientRolesStream, getRealmRolesStream, getRealmRolesStream, removeRole, removeRoles, removeRoles
getClientRole, getRoleById, searchForClientRolesStream, searchForRolesStream
void clear()
RealmProvider getRealmDelegate()
void registerClientInvalidation(String id, String clientId, String realmId)
void registerClientScopeInvalidation(String id)
void registerRoleInvalidation(String id, String roleName, String roleContainerId)
void registerGroupInvalidation(String id)
Copyright © 2020 JBoss by Red Hat. All rights reserved.