keycloak
|
公開メンバ関数 | |
Object | getProtocol (final @PathParam("realm") String name, final @PathParam("protocol") String protocol) |
Response | getRedirect (final @PathParam("realm") String realmName, final @PathParam("client_id") String clientId) |
LoginActionsService | getLoginActionsService (final @PathParam("realm") String name) |
ClientRegistrationService | getClientsService (final @PathParam("realm") String name) |
ClientsManagementService | getClientsManagementService (final @PathParam("realm") String name) |
Object | getAccountService (final @PathParam("realm") String name) |
PublicRealmResource | getRealmResource (final @PathParam("realm") String name) |
IdentityBrokerService | getBrokerService (final @PathParam("realm") String name) |
Response | getVersionPreflight (final @PathParam("realm") String name, final @PathParam("provider") String providerName) |
Response | getWellKnown (final @PathParam("realm") String name, final @PathParam("provider") String providerName) |
Object | getAuthorizationService (@PathParam("realm") String name) |
Object | resolveRealmExtension (@PathParam("realm") String realmName, @PathParam("extension") String extension) |
静的公開メンバ関数 | |
static UriBuilder | realmBaseUrl (UriInfo uriInfo) |
static UriBuilder | realmBaseUrl (UriBuilder baseUriBuilder) |
static UriBuilder | accountUrl (UriBuilder base) |
static UriBuilder | protocolUrl (UriInfo uriInfo) |
static UriBuilder | protocolUrl (UriBuilder builder) |
static UriBuilder | clientRegistrationUrl (UriInfo uriInfo) |
static UriBuilder | brokerUrl (UriInfo uriInfo) |
static UriBuilder | wellKnownProviderUrl (UriBuilder builder) |
限定公開変数類 | |
KeycloakSession | session |
ClientConnection | clientConnection |
静的限定公開変数類 | |
static final Logger | logger = Logger.getLogger(RealmsResource.class) |
非公開メンバ関数 | |
RealmModel | init (String realmName) |
非公開変数類 | |
HttpRequest | request |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Returns a temporary redirect to the client url configured for the given
in the given
.
This allows a client to refer to other clients just by their client id in URLs, will then redirect users to the actual client url. The client url is derived according to the rules of the base url in the client configuration.
realmName | |
clientId |
|
inline |
|
inline |
|
inlineprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
A JAX-RS sub-resource locator that uses the org.keycloak.services.resource.RealmResourceSPI to resolve sub-resources instances given an unknownPath
.
extension | a path that could be to a REST extension |
|
inlinestatic |
|
protected |
|
staticprotected |
|
private |
|
protected |