public class AuthorizationEndpoint extends AuthorizationEndpointBase
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_AUTH_TYPE |
authManager, clientConnection, event, headers, realm, request, session, uriInfo| Constructor and Description |
|---|
AuthorizationEndpoint(AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
build() |
AuthorizationEndpoint |
forgotCredentials() |
AuthorizationEndpoint |
legacy(String legacyResponseType)
Deprecated.
|
AuthorizationEndpoint |
register() |
buildRedirectToIdentityProvider, createProcessor, getAuthenticationFlow, handleBrowserAuthenticationRequestpublic static final String CODE_AUTH_TYPE
public AuthorizationEndpoint(AuthenticationManager authManager, RealmModel realm, EventBuilder event)
public javax.ws.rs.core.Response build()
public AuthorizationEndpoint legacy(String legacyResponseType)
public AuthorizationEndpoint register()
public AuthorizationEndpoint forgotCredentials()
Copyright © 2016 JBoss by Red Hat. All rights reserved.