All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
close() |
StoreFactory |
getDelegate() |
static String |
getPermissionTicketByGranted(String userId,
String serverId) |
static String |
getPermissionTicketByOwner(String owner,
String serverId) |
static String |
getPermissionTicketByResource(String resourceId,
String serverId) |
static String |
getPermissionTicketByResourceNameAndGranted(String resourceName,
String userId,
String serverId) |
static String |
getPermissionTicketByScope(String scopeId,
String serverId) |
PermissionTicketStore |
getPermissionTicketStore()
|
PermissionTicketStore |
getPermissionTicketStoreDelegate() |
static String |
getPolicyByNameCacheKey(String name,
String serverId) |
static String |
getPolicyByResource(String resourceId,
String serverId) |
static String |
getPolicyByResourceScope(String scope,
String resourceId,
String serverId) |
static String |
getPolicyByResourceType(String type,
String serverId) |
static String |
getPolicyByScope(String scope,
String serverId) |
PolicyStore |
getPolicyStore()
|
PolicyStore |
getPolicyStoreDelegate() |
static String |
getResourceByNameCacheKey(String name,
String ownerId,
String serverId) |
static String |
getResourceByOwnerCacheKey(String owner,
String serverId) |
static String |
getResourceByScopeCacheKey(String scopeId,
String serverId) |
static String |
getResourceByTypeCacheKey(String type,
String serverId) |
static String |
getResourceByTypeCacheKey(String type,
String owner,
String serverId) |
static String |
getResourceByTypeInstanceCacheKey(String type,
String serverId) |
static String |
getResourceByUriCacheKey(String uri,
String serverId) |
static String |
getResourceServerByClientCacheKey(String clientId) |
ResourceServerStore |
getResourceServerStore()
|
ResourceServerStore |
getResourceServerStoreDelegate() |
ResourceStore |
getResourceStore()
|
ResourceStore |
getResourceStoreDelegate() |
static String |
getScopeByNameCacheKey(String name,
String serverId) |
ScopeStore |
getScopeStore()
|
ScopeStore |
getScopeStoreDelegate() |
long |
getStartupRevision() |
boolean |
isInvalid(String id) |
boolean |
isReadOnly()
Indicates if instances returned from storage are read-only.
|
void |
registerPermissionTicketInvalidation(String id,
String owner,
String requester,
String resource,
String resourceName,
String scope,
String serverId) |
void |
registerPolicyInvalidation(String id,
String name,
Set<String> resources,
Set<String> scopes,
String defaultResourceType,
String serverId) |
void |
registerResourceInvalidation(String id,
String name,
String type,
Set<String> uris,
Set<String> scopes,
String serverId,
String owner) |
void |
registerResourceServerInvalidation(String id) |
void |
registerScopeInvalidation(String id,
String name,
String serverId) |
protected void |
runInvalidations() |
void |
setReadOnly(boolean readOnly)
Sets whether or not changes to instances returned from this factory are supported.
|