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(KeycloakSession session, EventBuilder event, EventType login)  - 
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsebuild()protected AuthenticationFlowModelgetAuthenticationFlow(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:
 getAuthenticationFlowin classAuthorizationEndpointBase
 
 -