Package org.keycloak.protocol.docker
Class DockerEndpoint
- java.lang.Object
-
- org.keycloak.protocol.AuthorizationEndpointBase
-
- org.keycloak.protocol.docker.DockerEndpoint
-
public class DockerEndpoint extends AuthorizationEndpointBase
Implements a docker-client understandable format.
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.logging.Logger
logger
-
Fields inherited from class org.keycloak.protocol.AuthorizationEndpointBase
APP_INITIATED_FLOW, authManager, clientConnection, event, headers, httpRequest, realm, session
-
-
Constructor Summary
Constructors Constructor Description DockerEndpoint(KeycloakSession session, EventBuilder event, EventType login)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
build()
protected AuthenticationFlowModel
getAuthenticationFlow(AuthenticationSessionModel authSession)
-
Methods inherited from class org.keycloak.protocol.AuthorizationEndpointBase
checkRealm, checkSsl, createAuthenticationSession, createProcessor, handleBrowserAuthenticationRequest
-
-
-
-
Constructor Detail
-
DockerEndpoint
public DockerEndpoint(KeycloakSession session, EventBuilder event, EventType login)
-
-
Method Detail
-
build
@GET public javax.ws.rs.core.Response build()
-
getAuthenticationFlow
protected AuthenticationFlowModel getAuthenticationFlow(AuthenticationSessionModel authSession)
- Overrides:
getAuthenticationFlow
in classAuthorizationEndpointBase
-
-