|
keycloak-service
|


公開メンバ関数 | |
| List< ProviderConfigProperty > | getConfigProperties () |
| String | getId () |
| String | getDisplayType () |
| String | getDisplayCategory () |
| String | getHelpText () |
| AccessToken | transformAccessToken (AccessToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession) |
| String | getProtocol () |
| void | close () |
| final ProtocolMapper | create (KeycloakSession session) |
| void | init (Config.Scope config) |
| void | postInit (KeycloakSessionFactory factory) |
| AccessToken | transformUserInfoToken (AccessToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession) |
| IDToken | transformIDToken (IDToken token, ProtocolMapperModel mappingModel, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession) |
静的公開メンバ関数 | |
| static ProtocolMapperModel | create (String name, String role) |
静的公開変数類 | |
| static final String | ROLE_CONFIG = "role" |
| static final String | PROVIDER_ID = "oidc-hardcoded-role-mapper" |
| static final String | TOKEN_MAPPER_CATEGORY = "Token mapper" |
限定公開メンバ関数 | |
| void | setClaim (IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession) |
| void | setClaim (IDToken token, ProtocolMapperModel mappingModel, UserSessionModel userSession, KeycloakSession keycloakSession) |
静的関数 | |
| [static initializer] | |
静的非公開変数類 | |
| static final List< ProviderConfigProperty > | configProperties = new ArrayList<ProviderConfigProperty>() |
Add a role to a token
|
inlinestaticpackage |
|
inlineinherited |
|
inlineinherited |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
Intended to be overridden in ProtocolMapper implementations to add claims to an token.
| token | |
| mappingModel | |
| userSession |
|
inlineprotectedinherited |
Intended to be overridden in ProtocolMapper implementations to add claims to an token.
| token | |
| mappingModel | |
| userSession | |
| keycloakSession |
|
inline |
org.keycloak.protocol.oidc.mappers.OIDCAccessTokenMapperを実装しています。
|
inlineinherited |
|
inlineinherited |
|
staticprivate |
|
static |
|
static |
|
staticinherited |
1.8.13