Interface KeycloakAuthMapper
-
- All Known Implementing Classes:
KeycloakAuthMapperImpl
public interface KeycloakAuthMapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UserRoleTOgetLedgersUserRoles(org.keycloak.representations.AccessToken token)AccessTokenTOtoAccessToken(org.keycloak.adapters.RefreshableKeycloakSecurityContext source)default BearerTokenTOtoBearer(org.keycloak.representations.AccessToken source, String token)BearerTokenTOtoBearerTokenTO(org.keycloak.representations.AccessTokenResponse source)default DatetoDate(long source)default Set<String>toScopes(String scope)AccessTokenTOtoTokenTO(org.keycloak.representations.AccessToken source, String token)
-
-
-
Method Detail
-
toAccessToken
AccessTokenTO toAccessToken(org.keycloak.adapters.RefreshableKeycloakSecurityContext source)
-
toBearerTokenTO
BearerTokenTO toBearerTokenTO(org.keycloak.representations.AccessTokenResponse source)
-
toBearer
default BearerTokenTO toBearer(org.keycloak.representations.AccessToken source, String token)
-
toTokenTO
AccessTokenTO toTokenTO(org.keycloak.representations.AccessToken source, String token)
-
toDate
default Date toDate(long source)
-
getLedgersUserRoles
default UserRoleTO getLedgersUserRoles(org.keycloak.representations.AccessToken token)
-
-