keycloak
|
公開メンバ関数 | |
RealmsAdminResource (AdminAuth auth, TokenManager tokenManager) | |
List< RealmRepresentation > | getRealms () |
Response | importRealm (final RealmRepresentation rep) |
RealmAdminResource | getRealmAdmin (@Context final HttpHeaders headers, @PathParam("realm") final String name) |
静的公開変数類 | |
static final CacheControl | noCache = new CacheControl() |
限定公開メンバ関数 | |
void | addRealmRep (List< RealmRepresentation > reps, RealmModel realm) |
限定公開変数類 | |
AdminAuth | auth |
TokenManager | tokenManager |
KeycloakSession | session |
KeycloakApplication | keycloak |
ClientConnection | clientConnection |
静的限定公開変数類 | |
static final Logger | logger = Logger.getLogger(RealmsAdminResource.class) |
静的関数 | |
[static initializer] | |
非公開メンバ関数 | |
void | grantPermissionsToRealmCreator (RealmModel realm) |
Top level resource for Admin REST API
Realms Admin
|
inline |
|
inlinestaticpackage |
|
inlineprotected |
|
inline |
Base path for the admin REST API for one particular realm.
headers | |
name | realm name (not id!) |
|
inline |
Get accessible realms
Returns a list of accessible realms. The list is filtered based on what realms the caller is allowed to view.
|
inlineprivate |
|
inline |
Import a realm
Imports a realm from a full representation of that realm. Realm name must be unique.
rep | JSON representation of the realm |
|
protected |
|
protected |
|
protected |
|
staticprotected |
|
static |
|
protected |
|
protected |