Package org.keycloak.protocol.docker
Class DockerEndpoint
java.lang.Object
org.keycloak.protocol.AuthorizationEndpointBase
org.keycloak.protocol.docker.DockerEndpoint
Implements a docker-client understandable format.
-
Field Summary
FieldsFields inherited from class org.keycloak.protocol.AuthorizationEndpointBase
APP_INITIATED_FLOW, authManager, clientConnection, event, headers, httpRequest, realm, session -
Constructor Summary
ConstructorsConstructorDescriptionDockerEndpoint(org.keycloak.models.KeycloakSession session, org.keycloak.events.EventBuilder event, org.keycloak.events.EventType login) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsebuild()protected org.keycloak.models.AuthenticationFlowModelgetAuthenticationFlow(org.keycloak.sessions.AuthenticationSessionModel authSession) Methods inherited from class org.keycloak.protocol.AuthorizationEndpointBase
checkRealm, checkSsl, createAuthenticationSession, createProcessor, handleBrowserAuthenticationRequest
-
Field Details
-
logger
protected static final org.jboss.logging.Logger logger
-
-
Constructor Details
-
DockerEndpoint
public DockerEndpoint(org.keycloak.models.KeycloakSession session, org.keycloak.events.EventBuilder event, org.keycloak.events.EventType login)
-
-
Method Details
-
build
@GET public jakarta.ws.rs.core.Response build() -
getAuthenticationFlow
protected org.keycloak.models.AuthenticationFlowModel getAuthenticationFlow(org.keycloak.sessions.AuthenticationSessionModel authSession) - Overrides:
getAuthenticationFlowin classAuthorizationEndpointBase
-