gluu
|
公開メンバ関数 | |
void | addScope (OxAuthScope scope) throws Exception |
void | removeScope (OxAuthScope scope) throws Exception |
OxAuthScope | getScopeByInum (String inum) throws Exception |
String | getDnForScope (String inum) throws Exception |
void | updateScope (OxAuthScope scope) throws Exception |
String | generateInumForNewScope () throws Exception |
List< OxAuthScope > | searchScopes (String pattern, int sizeLimit) throws Exception |
OxAuthScope | getScopeByDn (String Dn) throws Exception |
List< ScopeType > | getScopeTypes () |
OxAuthScope | getScopeByDisplayName (String DisplayName) throws Exception |
非公開メンバ関数 | |
String | generateInumForNewScopeImpl () throws Exception |
非公開変数類 | |
PersistenceEntryManager | ldapEntryManager |
OrganizationService | organizationService |
Logger | logger |
静的非公開変数類 | |
static final long | serialVersionUID = 65734145678106186L |
Provides operations with Scopes
|
inline |
Add new scope entry
scope | scope |
|
inline |
Generate new inum for scope
|
inlineprivate |
Generate new inum for Scope
Exception |
|
inline |
Build DN string for scope
inum | scope Inum |
Exception |
|
inline |
Get scope by DisplayName
DisplayName |
|
inline |
returns oxAuthScope by Dn
|
inline |
Get scope by inum
inum | scope Inum |
|
inline |
Get all available scope types
|
inline |
Remove scope entry
scope | scope |
|
inline |
Search scopes by pattern
pattern | Pattern |
sizeLimit | Maximum count of results |
Exception |
|
inline |
Update scope entry
scope | scope |
|
private |
|
private |
|
private |
|
staticprivate |