public class AuthorizationEndpoint extends AuthorizationEndpointBase
Modifier and Type | Field and Description |
---|---|
static String |
CODE_AUTH_TYPE |
static String |
LOGIN_SESSION_NOTE_ADDITIONAL_REQ_PARAMS_PREFIX
Prefix used to store additional HTTP GET params from original client request into
AuthenticationSessionModel note to be available later in Authenticators, RequiredActions etc. |
APP_INITIATED_FLOW, authManager, clientConnection, event, headers, httpRequest, realm, session
Constructor and Description |
---|
AuthorizationEndpoint(RealmModel realm,
EventBuilder event) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
buildGet() |
javax.ws.rs.core.Response |
buildPost() |
AuthorizationEndpoint |
forgotCredentials() |
AuthorizationEndpoint |
register() |
checkRealm, checkSsl, createAuthenticationSession, createProcessor, getAuthenticationFlow, handleBrowserAuthenticationRequest
public static final String CODE_AUTH_TYPE
public static final String LOGIN_SESSION_NOTE_ADDITIONAL_REQ_PARAMS_PREFIX
AuthenticationSessionModel
note to be available later in Authenticators, RequiredActions etc. Prefix is used to
prevent collisions with internally used notes.public AuthorizationEndpoint(RealmModel realm, EventBuilder event)
@POST @Consumes(value="application/x-www-form-urlencoded") public javax.ws.rs.core.Response buildPost()
@GET public javax.ws.rs.core.Response buildGet()
public AuthorizationEndpoint register()
public AuthorizationEndpoint forgotCredentials()
Copyright © 2021 JBoss by Red Hat. All rights reserved.