Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
AuthenticationProcessor.connection |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
RequiredActionContextResult.getConnection() |
ClientConnection |
AuthenticationProcessor.getConnection() |
ClientConnection |
AuthenticationProcessor.Result.getConnection() |
ClientConnection |
RequiredActionContext.getConnection() |
ClientConnection |
FormContext.getConnection()
Information about the IP address from the connecting HTTP client.
|
ClientConnection |
AbstractAuthenticationFlowContext.getConnection()
Information about the IP address from the connecting HTTP client.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationProcessor |
AuthenticationProcessor.setConnection(ClientConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
AbstractOAuth2IdentityProvider.Endpoint.clientConnection |
Modifier and Type | Method and Description |
---|---|
boolean |
SslRequired.isRequired(ClientConnection connection) |
Constructor and Description |
---|
EventBuilder(RealmModel realm,
KeycloakSession session,
ClientConnection clientConnection) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
KeycloakContext.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
KeycloakContext.setConnection(ClientConnection connection) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
AuthorizationEndpointBase.clientConnection |
Modifier and Type | Method and Description |
---|---|
static void |
RestartLoginCookie.expireRestartCookie(RealmModel realm,
ClientConnection connection,
javax.ws.rs.core.UriInfo uriInfo) |
static void |
RestartLoginCookie.setRestartCookie(RealmModel realm,
ClientConnection connection,
javax.ws.rs.core.UriInfo uriInfo,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
TokenManager.RefreshResult |
TokenManager.refreshAccessToken(KeycloakSession session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
RealmModel realm,
ClientModel authorizedClient,
String encodedRefreshToken,
EventBuilder event,
javax.ws.rs.core.HttpHeaders headers) |
TokenManager.TokenValidation |
TokenManager.validateToken(KeycloakSession session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
RealmModel realm,
AccessToken oldToken,
javax.ws.rs.core.HttpHeaders headers) |
Modifier and Type | Method and Description |
---|---|
ClientConnection |
DefaultKeycloakContext.getConnection() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultKeycloakContext.setConnection(ClientConnection connection) |
Modifier and Type | Method and Description |
---|---|
static javax.ws.rs.core.Response |
AuthenticationManager.actionRequired(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
AuthenticationManager.AuthResult |
AppAuthManager.authenticateBearerToken(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers) |
static void |
AuthenticationManager.backchannelLogout(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers,
boolean logoutBroker)
Do not logout broker
|
static javax.ws.rs.core.Response |
AuthenticationManager.browserLogout(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers) |
static void |
AuthenticationManager.createLoginCookie(KeycloakSession keycloakSession,
RealmModel realm,
UserModel user,
UserSessionModel session,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection) |
static void |
AuthenticationManager.createRememberMeCookie(RealmModel realm,
String username,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection) |
static void |
AuthenticationManager.evaluateRequiredActionTriggers(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event,
RealmModel realm,
UserModel user) |
static void |
AuthenticationManager.expireCookie(RealmModel realm,
String cookieName,
String path,
boolean httpOnly,
ClientConnection connection) |
static void |
AuthenticationManager.expireIdentityCookie(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection) |
static void |
AuthenticationManager.expireRememberMeCookie(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection) |
static void |
AuthenticationManager.expireUserSessionCookie(KeycloakSession session,
UserSessionModel userSession,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers,
ClientConnection connection) |
void |
DefaultBruteForceProtector.failedLogin(RealmModel realm,
UserModel user,
ClientConnection clientConnection) |
void |
BruteForceProtector.failedLogin(RealmModel realm,
UserModel user,
ClientConnection clientConnection) |
static javax.ws.rs.core.Response |
AuthenticationManager.finishBrowserLogout(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
javax.ws.rs.core.HttpHeaders headers) |
static javax.ws.rs.core.Response |
AuthenticationManager.finishedRequiredActions(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static boolean |
AuthenticationManager.isActionRequired(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.nextActionAfterAuthentication(KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
ClientConnection clientConnection,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.redirectAfterSuccessfulFlow(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
EventBuilder event) |
static javax.ws.rs.core.Response |
AuthenticationManager.redirectAfterSuccessfulFlow(KeycloakSession session,
RealmModel realm,
UserSessionModel userSession,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest request,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
EventBuilder event,
LoginProtocol protocol) |
protected static AuthenticationManager.AuthResult |
AuthenticationManager.verifyIdentityToken(KeycloakSession session,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection connection,
boolean checkActive,
boolean checkTokenType,
String tokenString,
javax.ws.rs.core.HttpHeaders headers) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
RealmsResource.clientConnection |
protected ClientConnection |
AbstractSecuredLocalService.clientConnection |
Modifier and Type | Method and Description |
---|---|
static void |
LoginActionsService.createActionCookie(RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection,
String sessionId) |
static String |
LoginActionsService.getActionCookie(javax.ws.rs.core.HttpHeaders headers,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
ClientConnection clientConnection) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
UsersResource.clientConnection |
protected ClientConnection |
RoleMapperResource.clientConnection |
protected ClientConnection |
RealmsAdminResource.clientConnection |
protected ClientConnection |
ComponentResource.clientConnection |
protected ClientConnection |
AdminRoot.clientConnection |
protected ClientConnection |
AdminConsole.clientConnection |
protected ClientConnection |
RealmAdminResource.connection |
protected ClientConnection |
AttackDetectionResource.connection |
Constructor and Description |
---|
AdminEventBuilder(RealmModel realm,
AdminAuth auth,
KeycloakSession session,
ClientConnection clientConnection) |
Modifier and Type | Field and Description |
---|---|
protected ClientConnection |
TwitterIdentityProvider.Endpoint.clientConnection |
Copyright © 2016 JBoss by Red Hat. All rights reserved.