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 SummaryFields Modifier and Type Field Description protected static org.jboss.logging.Loggerlogger- 
Fields inherited from class org.keycloak.protocol.AuthorizationEndpointBaseAPP_INITIATED_FLOW, authManager, clientConnection, event, headers, httpRequest, realm, session
 
- 
 - 
Constructor SummaryConstructors Constructor Description DockerEndpoint(KeycloakSession session, EventBuilder event, EventType login)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Responsebuild()protected AuthenticationFlowModelgetAuthenticationFlow(AuthenticationSessionModel authSession)- 
Methods inherited from class org.keycloak.protocol.AuthorizationEndpointBasecheckRealm, checkSsl, createAuthenticationSession, createProcessor, handleBrowserAuthenticationRequest
 
- 
 
- 
- 
- 
Constructor Detail- 
DockerEndpointpublic DockerEndpoint(KeycloakSession session, EventBuilder event, EventType login) 
 
- 
 - 
Method Detail- 
build@GET public javax.ws.rs.core.Response build() 
 - 
getAuthenticationFlowprotected AuthenticationFlowModel getAuthenticationFlow(AuthenticationSessionModel authSession) - Overrides:
- getAuthenticationFlowin class- AuthorizationEndpointBase
 
 
- 
 
-