|
gluu
|


公開メンバ関数 | |
| void | addBranch () |
| boolean | containsBranch () |
| void | prepareResourceBranch () |
| void | addResource (UmaResource resource) |
| void | updateResource (UmaResource resource) |
| void | removeResource (UmaResource resource) |
| boolean | containsResource (UmaResource resource) |
| List< UmaResource > | getAllResources (int sizeLimit) |
| List< UmaResource > | getAllResources (String... ldapReturnAttributes) |
| List< UmaResource > | findResources (String pattern, int sizeLimit) |
| List< UmaResource > | findResourceSets (UmaResource resource) |
| List< UmaResource > | findResourcesById (String id) |
| UmaResource | getResourceByDn (String dn) |
| String | generateInumForNewResource () |
| String | getDnForResource (String oxId) |
| List< UmaResource > | findResourcesByScope (String scopeId) |
非公開メンバ関数 | |
| String | generateInumForNewResourceImpl () |
非公開変数類 | |
| PersistenceEntryManager | ldapEntryManager |
| OrganizationService | organizationService |
| Logger | log |
静的非公開変数類 | |
| static final long | serialVersionUID = -1537567020929600777L |
Provides operations with resources
|
inline |
|
inline |
Add new resource entry
| resource | Resource |
|
inline |
|
inline |
Check if LDAP server contains resource with specified attributes
|
inline |
Search resources by pattern
| pattern | Pattern |
| sizeLimit | Maximum count of results |
|
inline |
Get resources by Id
| id | Id |
|
inline |
Get resources by scope
| id | Id |
|
inline |
Get resources by example
| resource | Resource |
|
inline |
Generate new inum for resource set
|
inlineprivate |
Generate new inum for resource set
|
inline |
|
inline |
Get all resources
|
inline |
Build DN string for resource
|
inline |
Get resource set by DN
| dn | Resource set DN |
|
inline |
Create resource branch if needed
|
inline |
Remove resource entry
| resource | Resource |
|
inline |
Update resource entry
| resource | Resource |
|
private |
|
private |
|
private |
|
staticprivate |
1.8.13