public class AuthorizationEndpoint extends AuthorizationEndpointBase
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_SESSION_NOTE_ADDITIONAL_REQ_PARAMS_PREFIX
Prefix used to store additional HTTP GET params from original client request into
ClientSessionModel note to be available later in Authenticators, RequiredActions etc. |
static String |
CODE_AUTH_TYPE |
authManager, clientConnection, event, headers, realm, session, uriInfo| Constructor and Description |
|---|
AuthorizationEndpoint(RealmModel realm,
EventBuilder event) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
build() |
AuthorizationEndpoint |
forgotCredentials() |
AuthorizationEndpoint |
register() |
createProcessor, getAuthenticationFlow, handleBrowserAuthenticationRequestpublic static final String CODE_AUTH_TYPE
public static final String CLIENT_SESSION_NOTE_ADDITIONAL_REQ_PARAMS_PREFIX
ClientSessionModel 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)
@GET public javax.ws.rs.core.Response build()
public AuthorizationEndpoint register()
public AuthorizationEndpoint forgotCredentials()
Copyright © 2017 JBoss by Red Hat. All rights reserved.