|
keycloak
|

公開メンバ関数 | |
| AuthorizationResource (Configuration configuration, ServerConfiguration serverConfiguration, Http http, TokenCallable token) | |
| AuthorizationResponse | authorize () throws AuthorizationDeniedException |
| AuthorizationResponse | authorize (final AuthorizationRequest request) throws AuthorizationDeniedException |
非公開変数類 | |
| Configuration | configuration |
| ServerConfiguration | serverConfiguration |
| Http | http |
| TokenCallable | token |
An entry point for obtaining permissions from the server.
|
inline |
|
inline |
Query the server for all permissions.
| AuthorizationDeniedException | in case the request was denied by the server |
|
inline |
Query the server for permissions given an AuthorizationRequest.
| request | an AuthorizationRequest (not null |
| AuthorizationDeniedException | in case the request was denied by the server |
|
private |
|
private |
|
private |
|
private |
1.8.13