public class AuthorizationEndpoint extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CODE_AUTH_TYPE |
| Constructor and Description |
|---|
AuthorizationEndpoint(AuthenticationManager authManager,
RealmModel realm,
EventBuilder event) |
| Modifier and Type | Method and Description |
|---|---|
protected javax.ws.rs.core.Response |
browserAuthentication(String accessCode) |
javax.ws.rs.core.Response |
build() |
AuthorizationEndpoint |
forgotCredentials() |
AuthorizationEndpoint |
legacy(String legacyResponseType)
Deprecated.
|
AuthorizationEndpoint |
register() |
public 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()
protected javax.ws.rs.core.Response browserAuthentication(String accessCode)
Copyright © 2015 JBoss by Red Hat. All rights reserved.