gluu
|
公開メンバ関数 | |
List< org.xdi.oxauth.model.common.Scope > | getAllScopesList () |
List< String > | getDefaultScopesDn () |
List< String > | getScopesDn (List< String > scopeNames) |
org.xdi.oxauth.model.common.Scope | getScopeByDn (String dn) |
org.xdi.oxauth.model.common.Scope | getScopeByDnSilently (String dn) |
org.xdi.oxauth.model.common.Scope | getScopeByDisplayName (String displayName) |
List< org.xdi.oxauth.model.common.Scope > | getScopeByClaim (String claimDn) |
List< org.xdi.oxauth.model.common.Scope > | getScopesByClaim (List< org.xdi.oxauth.model.common.Scope > scopes, String claimDn) |
非公開メンバ関数 | |
void | putInCache (org.xdi.oxauth.model.common.Scope scope) |
void | putInCache (String claimDn, List< org.xdi.oxauth.model.common.Scope > scopes) |
org.xdi.oxauth.model.common.Scope | fromCacheByDn (String dn) |
org.xdi.oxauth.model.common.Scope | fromCacheByName (String name) |
List< org.xdi.oxauth.model.common.Scope > | fromCacheByClaimDn (String claimDn) |
静的非公開メンバ関数 | |
static String | getClaimDnCacheKey (String claimDn) |
static String | getScopeNameCacheKey (String name) |
static String | getScopeDnCacheKey (String dn) |
非公開変数類 | |
Logger | log |
CacheService | cacheService |
PersistenceEntryManager | ldapEntryManager |
StaticConfiguration | staticConfiguration |
静的非公開変数類 | |
static final String | CACHE_SCOPE_NAME = "ScopeCache" |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
returns a list of all scopes
|
inlinestaticprivate |
|
inline |
|
inline |
Get scope by oxAuthClaims
oxAuthClaim |
|
inline |
Get scope by DisplayName
DisplayName |
|
inline |
returns Scope by Dn
|
inline |
returns Scope by Dn
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |