gluu
|
公開メンバ関数 | |
void | addBranch () |
void | addResource (UmaResource resource) |
void | validate (UmaResource resource) |
void | updateResource (UmaResource resource) |
void | remove (UmaResource resource) |
void | remove (String rsid) |
void | remove (List< UmaResource > resources) |
List< UmaResource > | getResourcesByAssociatedClient (String associatedClientDn) |
boolean | containsResource (UmaResource resource) |
Set< UmaResource > | getResources (Set< String > ids) |
UmaResource | getResourceById (String id) |
UmaResource | getResourceByDn (String dn) |
String | getDnForResource (String oxId) |
String | getBaseDnForResource () |
boolean | removeFromCache (UmaResource resource) |
void | cleanup (Date now) |
非公開メンバ関数 | |
List< UmaResource > | findResources (UmaResource resource) |
void | prepareBranch () |
void | putInCache (UmaResource resource) |
UmaResource | fromCache (String dn) |
非公開変数類 | |
Logger | log |
PersistenceEntryManager | ldapEntryManager |
ErrorResponseFactory | errorResponseFactory |
StaticConfiguration | staticConfiguration |
CacheService | cacheService |
静的非公開変数類 | |
static final int | RESOURCE_CACHE_EXPIRATION_IN_SECONDS = 120 |
Provides operations with resource set descriptions
|
inline |
|
inline |
Add new resource description entry
resource | resource |
|
inline |
|
inline |
Check if LDAP server contains resource description with specified attributes
|
inlineprivate |
Get resource descriptions by example.
Do not expose it outside because we want to involve cache where possible.
resource | Resource |
|
inlineprivate |
|
inline |
|
inline |
Build DN string for resource description
|
inline |
Get resource description by DN
dn | Resource description DN |
|
inline |
|
inline |
|
inline |
Get all resource descriptions
|
inlineprivate |
|
inlineprivate |
|
inline |
Remove resource description entry
resource | resource |
|
inline |
Remove resource description entry by ID.
rsid | resource ID |
|
inline |
|
inline |
|
inline |
Update resource description entry
resource | resource |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |