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
Fields inherited from class org.keycloak.protocol.AuthorizationEndpointBase
APP_INITIATED_FLOW, authManager, clientConnection, event, headers, httpRequest, realm, session
-
Constructor Summary
ConstructorDescriptionDockerEndpoint
(KeycloakSession session, EventBuilder event, EventType login) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
build()
protected AuthenticationFlowModel
getAuthenticationFlow
(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
-
-
Method Details
-
build
@GET public jakarta.ws.rs.core.Response build() -
getAuthenticationFlow
- Overrides:
getAuthenticationFlow
in classAuthorizationEndpointBase
-