public interface KeycloakContext
Modifier and Type | Method and Description |
---|---|
URI |
getAuthServerUrl() |
ClientModel |
getClient() |
ClientConnection |
getConnection() |
<T> T |
getContextObject(Class<T> clazz) |
String |
getContextPath() |
RealmModel |
getRealm() |
RealmImporter |
getRealmManager() |
javax.ws.rs.core.HttpHeaders |
getRequestHeaders() |
javax.ws.rs.core.UriInfo |
getUri() |
Locale |
resolveLocale(UserModel user) |
void |
setClient(ClientModel client) |
void |
setConnection(ClientConnection connection) |
void |
setRealm(RealmModel realm) |
URI getAuthServerUrl()
String getContextPath()
javax.ws.rs.core.UriInfo getUri()
javax.ws.rs.core.HttpHeaders getRequestHeaders()
<T> T getContextObject(Class<T> clazz)
RealmModel getRealm()
void setRealm(RealmModel realm)
ClientModel getClient()
void setClient(ClientModel client)
ClientConnection getConnection()
void setConnection(ClientConnection connection)
RealmImporter getRealmManager()
Copyright © 2016 JBoss by Red Hat. All rights reserved.