@Path(value="/realms") public class RealmsResource extends Object
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
clientConnection |
protected javax.ws.rs.core.HttpHeaders |
headers |
protected static org.jboss.logging.Logger |
logger |
protected BruteForceProtector |
protector |
protected KeycloakSession |
session |
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
RealmsResource() |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.UriBuilder |
accountUrl(javax.ws.rs.core.UriBuilder base) |
AccountService |
getAccountService(String name) |
ClientsManagementService |
getClientsManagementService(String name) |
LoginActionsService |
getLoginActionsService(String name) |
javax.ws.rs.core.Response |
getLoginStatusIframe(String name,
String client_id,
String origin)
Deprecated.
|
Object |
getProtocol(String name,
String protocol) |
PublicRealmResource |
getRealmResource(String name) |
Object |
getTokenService(String name)
Deprecated.
|
protected RealmModel |
locateRealm(String name,
RealmManager realmManager) |
static javax.ws.rs.core.UriBuilder |
protocolUrl(javax.ws.rs.core.UriBuilder base) |
static javax.ws.rs.core.UriBuilder |
protocolUrl(javax.ws.rs.core.UriInfo uriInfo) |
static javax.ws.rs.core.UriBuilder |
realmBaseUrl(javax.ws.rs.core.UriBuilder base) |
static javax.ws.rs.core.UriBuilder |
realmBaseUrl(javax.ws.rs.core.UriInfo uriInfo) |
protected static org.jboss.logging.Logger logger
@Context protected javax.ws.rs.core.UriInfo uriInfo
@Context protected javax.ws.rs.core.HttpHeaders headers
@Context protected KeycloakSession session
@Context protected ClientConnection clientConnection
@Context protected BruteForceProtector protector
public static javax.ws.rs.core.UriBuilder realmBaseUrl(javax.ws.rs.core.UriInfo uriInfo)
public static javax.ws.rs.core.UriBuilder realmBaseUrl(javax.ws.rs.core.UriBuilder base)
public static javax.ws.rs.core.UriBuilder accountUrl(javax.ws.rs.core.UriBuilder base)
public static javax.ws.rs.core.UriBuilder protocolUrl(javax.ws.rs.core.UriBuilder base)
public static javax.ws.rs.core.UriBuilder protocolUrl(javax.ws.rs.core.UriInfo uriInfo)
@Path(value="{realm}/login-status-iframe.html") @GET @Produces(value="text/html") @Deprecated public javax.ws.rs.core.Response getLoginStatusIframe(@PathParam(value="realm") String name, @QueryParam(value="client_id") String client_id, @QueryParam(value="origin") String origin)
@Path(value="{realm}/protocol/{protocol}") public Object getProtocol(@PathParam(value="realm") String name, @PathParam(value="protocol") String protocol)
@Path(value="{realm}/tokens") @Deprecated public Object getTokenService(@PathParam(value="realm") String name)
@Path(value="{realm}/login-actions") public LoginActionsService getLoginActionsService(@PathParam(value="realm") String name)
@Path(value="{realm}/clients-managements") public ClientsManagementService getClientsManagementService(@PathParam(value="realm") String name)
protected RealmModel locateRealm(String name, RealmManager realmManager)
@Path(value="{realm}/account") public AccountService getAccountService(@PathParam(value="realm") String name)
@Path(value="{realm}") public PublicRealmResource getRealmResource(@PathParam(value="realm") String name)
Copyright © 2014. All Rights Reserved.