Modifier and Type | Class and Description |
---|---|
class |
AbstractGrantHandler
Abstract access token grant handler
|
Modifier and Type | Class and Description |
---|---|
class |
ClientCredentialsGrantHandler
The "client_credentials" grant handler
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationCodeGrantHandler
Authorization Code Grant Handler
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJwtHandler
The "JWT Bearer" grant handler
|
class |
JwtBearerGrantHandler
The "JWT Bearer" grant handler
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceOwnerGrantHandler
The "resource owner" grant handler
|
Modifier and Type | Class and Description |
---|---|
class |
RefreshTokenGrantHandler |
Modifier and Type | Class and Description |
---|---|
class |
Saml2BearerGrantHandler
The "SAML2 Bearer" grant handler
|
Modifier and Type | Method and Description |
---|---|
protected AccessTokenGrantHandler |
AccessTokenService.findGrantHandler(javax.ws.rs.core.MultivaluedMap<String,String> params)
Find the matching grant handler
|
Modifier and Type | Method and Description |
---|---|
void |
AccessTokenService.setGrantHandler(AccessTokenGrantHandler handler)
Sets a grant handler
|
Modifier and Type | Method and Description |
---|---|
void |
AccessTokenService.setGrantHandlers(List<AccessTokenGrantHandler> handlers)
Sets the list of optional grant handlers
|
Apache CXF