Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
AuthenticationRequest.getClientSession() |
Constructor and Description |
---|
AuthenticationRequest(KeycloakSession session,
RealmModel realm,
ClientSessionModel clientSession,
org.jboss.resteasy.spi.HttpRequest httpRequest,
javax.ws.rs.core.UriInfo uriInfo,
String state,
String redirectUri) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LoginFormsProvider.createOAuthGrant(ClientSessionModel clientSessionModel) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
FreeMarkerLoginFormsProvider.createOAuthGrant(ClientSessionModel clientSession) |
Constructor and Description |
---|
OAuthGrantBean(String code,
ClientSessionModel clientSession,
ClientModel client,
List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested,
String accessRequestMessage) |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
UserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
ClientSessionModel |
UserSessionProvider.getClientSession(RealmModel realm,
String id) |
ClientSessionModel |
UserSessionProvider.getClientSession(String id) |
Modifier and Type | Method and Description |
---|---|
List<ClientSessionModel> |
UserSessionModel.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
InfinispanUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
ClientSessionModel |
InfinispanUserSessionProvider.getClientSession(RealmModel realm,
String id) |
ClientSessionModel |
InfinispanUserSessionProvider.getClientSession(String id) |
Modifier and Type | Method and Description |
---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
JpaUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
ClientSessionModel |
JpaUserSessionProvider.getClientSession(RealmModel realm,
String id) |
ClientSessionModel |
JpaUserSessionProvider.getClientSession(String id) |
Modifier and Type | Method and Description |
---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionAdapter |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
MemUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
ClientSessionModel |
MemUserSessionProvider.getClientSession(RealmModel realm,
String id) |
ClientSessionModel |
MemUserSessionProvider.getClientSession(String id) |
Modifier and Type | Method and Description |
---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
MongoUserSessionProvider.createClientSession(RealmModel realm,
ClientModel client) |
ClientSessionModel |
MongoUserSessionProvider.getClientSession(RealmModel realm,
String id) |
ClientSessionModel |
MongoUserSessionProvider.getClientSession(String id) |
Modifier and Type | Method and Description |
---|---|
List<ClientSessionModel> |
UserSessionAdapter.getClientSessions() |
Modifier and Type | Method and Description |
---|---|
void |
LoginProtocol.backchannelLogout(UserSessionModel userSession,
ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
LoginProtocol.cancelLogin(ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
LoginProtocol.consentDenied(ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
LoginProtocol.frontchannelLogout(UserSessionModel userSession,
ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
LoginProtocol.invalidSessionError(ClientSessionModel clientSession) |
Modifier and Type | Field and Description |
---|---|
ClientSessionModel |
TokenManager.TokenValidation.clientSession |
Constructor and Description |
---|
TokenManager.AccessTokenResponseBuilder(RealmModel realm,
ClientModel client,
EventBuilder event,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
TokenManager.TokenValidation(UserModel user,
UserSessionModel userSession,
ClientSessionModel clientSession,
AccessToken newToken) |
Modifier and Type | Method and Description |
---|---|
void |
SamlProtocol.backchannelLogout(UserSessionModel userSession,
ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
SamlProtocol.cancelLogin(ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
SamlProtocol.consentDenied(ClientSessionModel clientSession) |
protected SAML2LogoutRequestBuilder |
SamlProtocol.createLogoutRequest(String logoutUrl,
ClientSessionModel clientSession,
ClientModel client) |
javax.ws.rs.core.Response |
SamlProtocol.frontchannelLogout(UserSessionModel userSession,
ClientSessionModel clientSession) |
protected javax.ws.rs.core.Response |
SamlProtocol.getErrorResponse(ClientSessionModel clientSession,
String status) |
protected String |
SamlProtocol.getNameId(String nameIdFormat,
ClientSessionModel clientSession,
UserSessionModel userSession) |
protected String |
SamlProtocol.getNameIdFormat(ClientSessionModel clientSession) |
javax.ws.rs.core.Response |
SamlProtocol.invalidSessionError(ClientSessionModel clientSession) |
protected boolean |
SamlProtocol.isLogoutPostBindingForClient(ClientSessionModel clientSession) |
protected boolean |
SamlProtocol.isPostBinding(ClientSessionModel clientSession) |
void |
SamlProtocol.populateRoles(SamlProtocol.ProtocolMapperProcessor<SAMLRoleListMapper> roleListMapper,
org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
SamlProtocol.transformAttributeStatement(List<SamlProtocol.ProtocolMapperProcessor<SAMLAttributeStatementMapper>> attributeStatementMappers,
org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
org.picketlink.identity.federation.saml.v2.protocol.ResponseType |
SamlProtocol.transformLoginResponse(List<SamlProtocol.ProtocolMapperProcessor<SAMLLoginResponseMapper>> mappers,
org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
void |
SAMLRoleListMapper.mapRoles(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType roleAttributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
RoleListMapper.mapRoles(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType roleAttributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
UserPropertyAttributeStatementMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
UserAttributeStatementMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
SAMLAttributeStatementMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
void |
HardcodedAttributeMapper.transformAttributeStatement(org.picketlink.identity.federation.saml.v2.assertion.AttributeStatementType attributeStatement,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
org.picketlink.identity.federation.saml.v2.protocol.ResponseType |
SAMLLoginResponseMapper.transformLoginResponse(org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
ProtocolMapperModel mappingModel,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
ClientSessionModel |
ClientSessionCode.getClientSession() |
ClientSessionModel |
Auth.getClientSession() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationManager.checkNonFormAuthentication(KeycloakSession session,
ClientSessionModel clientSession,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.spi.HttpRequest request,
ClientConnection clientConnection,
javax.ws.rs.core.HttpHeaders headers,
EventBuilder event) |
boolean |
ResourceAdminManager.logoutClientSession(URI requestUri,
RealmModel realm,
ApplicationModel resource,
ClientSessionModel clientSession,
org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor client) |
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) |
void |
Auth.setClientSession(ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ResourceAdminManager.logoutClientSessions(URI requestUri,
RealmModel realm,
ApplicationModel resource,
List<ClientSessionModel> clientSessions,
org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor client) |
Constructor and Description |
---|
ClientSessionCode(RealmModel realm,
ClientSessionModel clientSession) |
HttpAuthenticationManager(KeycloakSession session,
ClientSessionModel clientSession,
RealmModel realm,
javax.ws.rs.core.UriInfo uriInfo,
org.jboss.resteasy.spi.HttpRequest request,
ClientConnection clientConnection,
EventBuilder event) |
Copyright © 2015. All rights reserved.