public interface KeycloakAuthMapper
| Modifier and Type | Method and Description |
|---|---|
default UserRoleTO |
getLedgersUserRoles(org.keycloak.representations.AccessToken token) |
AccessTokenTO |
toAccessToken(org.keycloak.adapters.RefreshableKeycloakSecurityContext source) |
default BearerTokenTO |
toBearer(org.keycloak.representations.AccessToken source,
String token) |
BearerTokenTO |
toBearerTokenTO(org.keycloak.representations.AccessTokenResponse source) |
default Date |
toDate(long source) |
default Set<String> |
toScopes(String scope) |
AccessTokenTO |
toTokenTO(org.keycloak.representations.AccessToken source,
String token) |
AccessTokenTO toAccessToken(org.keycloak.adapters.RefreshableKeycloakSecurityContext source)
BearerTokenTO toBearerTokenTO(org.keycloak.representations.AccessTokenResponse source)
default BearerTokenTO toBearer(org.keycloak.representations.AccessToken source, String token)
AccessTokenTO toTokenTO(org.keycloak.representations.AccessToken source, String token)
default Date toDate(long source)
default UserRoleTO getLedgersUserRoles(org.keycloak.representations.AccessToken token)
Copyright © 2020. All rights reserved.