keycloak
|
公開メンバ関数 | |
AbstractActionTokenHander (String id, Class< T > tokenClass, String defaultErrorMessage, EventType defaultEventType, String defaultEventError) | |
ActionTokenHandler< T > | create (KeycloakSession session) |
void | init (Scope config) |
void | postInit (KeycloakSessionFactory factory) |
String | getId () |
void | close () |
Class< T > | getTokenClass () |
EventType | eventType () |
String | getDefaultErrorMessage () |
String | getDefaultEventError () |
String | getAuthenticationSessionIdFromToken (T token, ActionTokenContext< T > tokenContext, AuthenticationSessionModel currentAuthSession) |
AuthenticationSessionModel | startFreshAuthenticationSession (T token, ActionTokenContext< T > tokenContext) |
boolean | canUseTokenRepeatedly (T token, ActionTokenContext< T > tokenContext) |
Response | handleToken (T token, ActionTokenContext< T > tokenContext) |
default Predicate<? super T > [] | getVerifiers (ActionTokenContext< T > tokenContext) |
非公開変数類 | |
final String | id |
final Class< T > | tokenClass |
final String | defaultErrorMessage |
final EventType | defaultEventType |
final String | defaultEventError |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Returns an array of verifiers that are tested prior to handling the token. All verifiers have to pass successfully for token to be handled. The returned array must not be
.
tokenContext |
|
inherited |
Performs the action as per the token details. This method is only called if all verifiers returned in handleToken succeed.
token | |
tokenContext |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
|
private |