Package | Description |
---|---|
org.keycloak.authentication | |
org.keycloak.protocol | |
org.keycloak.protocol.oidc | |
org.keycloak.protocol.saml | |
org.keycloak.services.managers |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
AuthenticationProcessor.finishAuthentication(LoginProtocol protocol) |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
LoginProtocol.setEventBuilder(EventBuilder event) |
LoginProtocol |
LoginProtocol.setHttpHeaders(javax.ws.rs.core.HttpHeaders headers) |
LoginProtocol |
LoginProtocol.setRealm(RealmModel realm) |
LoginProtocol |
LoginProtocol.setSession(KeycloakSession session) |
LoginProtocol |
LoginProtocol.setUriInfo(javax.ws.rs.core.UriInfo uriInfo) |
Modifier and Type | Method and Description |
---|---|
protected javax.ws.rs.core.Response |
AuthorizationEndpointBase.handleBrowserAuthenticationRequest(ClientSessionModel clientSession,
LoginProtocol protocol,
boolean isPassive,
boolean redirectToAuthentication)
Common method to handle browser authentication request in protocols unified way.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDCLoginProtocol |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
OIDCLoginProtocolFactory.create(KeycloakSession session) |
Modifier and Type | Class and Description |
---|---|
class |
SamlProtocol |
Modifier and Type | Method and Description |
---|---|
LoginProtocol |
SamlProtocolFactory.create(KeycloakSession session) |
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.