gluu
|
公開メンバ関数 | |
void | addBranch () |
boolean | containsBranch () |
void | prepareScopeDescriptionBranch () |
UmaScopeDescription | getScopeDescriptionByDn (String dn) |
void | addScopeDescription (UmaScopeDescription scopeDescription) |
void | updateScopeDescription (UmaScopeDescription scopeDescription) |
void | removeScopeDescription (UmaScopeDescription scopeDescription) |
boolean | containsScopeDescription (UmaScopeDescription scopeDescription) |
List< UmaScopeDescription > | getAllScopeDescriptions (String... ldapReturnAttributes) |
List< UmaScopeDescription > | findScopeDescriptions (String pattern, int sizeLimit) |
List< UmaScopeDescription > | getAllScopeDescriptions (int sizeLimit) |
List< UmaScopeDescription > | findScopeDescriptions (UmaScopeDescription scopeDescription) |
List< UmaScopeDescription > | findScopeDescriptionsById (String id) |
String | generateInumForNewScopeDescription () |
String | getDnForScopeDescription (String inum) |
UmaScopeDescription | getUmaScopeByInum (String inum) |
非公開メンバ関数 | |
String | generateInumForNewScopeDescriptionImpl () |
非公開変数類 | |
PersistenceEntryManager | ldapEntryManager |
OrganizationService | organizationService |
Logger | log |
静的非公開変数類 | |
static final long | serialVersionUID = -3537567020929600777L |
Provides operations with scope descriptions
|
inline |
|
inline |
Add new scope description entry
scopeDescription | Scope description |
|
inline |
|
inline |
Check if LDAP server contains scope description with specified attributes
|
inline |
Search scope descriptions by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
|
inline |
Get scope descriptions by example
scopeDescription | Scope description |
|
inline |
Get scope descriptions by Id
id | Id |
|
inline |
Generate new inum for scope description
|
inlineprivate |
Generate new inum for scope description
|
inline |
Get all scope descriptions
|
inline |
|
inline |
Build DN string for scope description
|
inline |
Get scope description by DN
dn | Scope description DN |
|
inline |
|
inline |
Create scope description branch if needed
|
inline |
Remove scope description entry
scopeDescription | Scope description |
|
inline |
Update scope description entry
scopeDescription | Scope description |
|
private |
|
private |
|
private |
|
staticprivate |