Modifier and Type | Method and Description |
---|---|
EventBuilder |
EventBuilder.client(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
LoginFormsProvider |
LoginFormsProvider.setClient(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
FreeMarkerLoginFormsProvider |
FreeMarkerLoginFormsProvider.setClient(ClientModel client) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientBean.client |
Constructor and Description |
---|
ClientBean(ClientModel client) |
OAuthGrantBean(String code,
ClientModel client,
List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested) |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationModel |
interface |
OAuthClientModel |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmModel.findClient(String clientId) |
ClientModel |
RealmModel.findClientById(String id) |
ClientModel |
ClientSessionModel.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
int |
UserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
Set<RoleModel> |
ApplicationModel.getApplicationScopeMappings(ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
UserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
UserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationAdapter |
class |
ClientAdapter |
class |
OAuthClientAdapter |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ClientAdapter.updatedClient |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmAdapter.findClient(String clientId) |
ClientModel |
RealmAdapter.findClientById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
ApplicationAdapter.getApplicationScopeMappings(ClientModel client) |
Constructor and Description |
---|
CachedClient(RealmCache cache,
RealmProvider delegate,
RealmModel realm,
ClientModel model) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmAdapter.findClient(String clientId) |
ClientModel |
RealmAdapter.findClientById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
ApplicationAdapter.getApplicationScopeMappings(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
RealmAdapter.findClient(String clientId) |
ClientModel |
RealmAdapter.findClientById(String id) |
Modifier and Type | Method and Description |
---|---|
Set<RoleModel> |
ApplicationAdapter.getApplicationScopeMappings(ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static List<MongoRoleEntity> |
MongoModelUtils.getAllScopesOfClient(ClientModel client,
MongoStoreInvocationContext invContext) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
JpaUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
int |
JpaUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
JpaUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
JpaUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
JpaUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
MemUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
int |
MemUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MemUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MemUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
MemUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
ClientSessionAdapter.getClient() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
MongoUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client,
UserSessionModel userSession,
String redirectUri,
String state,
Set<String> roles) |
int |
MongoUserSessionProvider.getActiveUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MongoUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client) |
List<UserSessionModel> |
MongoUserSessionProvider.getUserSessions(RealmModel realm,
ClientModel client,
int firstResult,
int maxResults) |
void |
MongoUserSessionProvider.onClientRemoved(RealmModel realm,
ClientModel client) |
Modifier and Type | Method and Description |
---|---|
static UserCredentialModel |
KeycloakModelUtils.generateSecret(ClientModel app) |
static void |
RepresentationToModel.setClaims(ClientModel model,
ClaimRepresentation rep) |
static ClaimRepresentation |
ModelToRepresentation.toRepresentation(ClientModel model) |
Modifier and Type | Method and Description |
---|---|
ClientModel |
AccessCode.getClient() |
ClientModel |
Auth.getClient() |
Constructor and Description |
---|
Auth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client,
UserSessionModel session,
boolean cookie) |
TokenManager.AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
protected ClientModel |
TokenService.authorizeClient(String authorizationHeader,
javax.ws.rs.core.MultivaluedMap<String,String> formData,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
Cors |
Cors.allowedOrigins(ClientModel client) |
static String |
TokenService.verifyRedirectUri(javax.ws.rs.core.UriInfo uriInfo,
String redirectUri,
RealmModel realm,
ClientModel client) |
Modifier and Type | Field and Description |
---|---|
protected ClientModel |
ScopeMappedResource.client |
protected ClientModel |
ClaimResource.model |
Modifier and Type | Method and Description |
---|---|
ClientModel |
AdminAuth.getClient() |
Constructor and Description |
---|
AdminAuth(RealmModel realm,
AccessToken token,
UserModel user,
ClientModel client) |
ClaimResource(ClientModel model,
RealmAuth auth) |
ScopeMappedResource(RealmModel realm,
RealmAuth auth,
ClientModel client,
KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
static LoginFormsProvider |
Flows.forms(KeycloakSession session,
RealmModel realm,
ClientModel client,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
OAuthFlows.processAccessCode(String scopeParam,
String state,
String redirect,
ClientModel client,
UserModel user,
UserSessionModel session,
EventBuilder event) |
javax.ws.rs.core.Response |
OAuthFlows.redirectError(ClientModel client,
String error,
String state,
String redirect) |
Copyright © 2014. All Rights Reserved.