Class KeycloakAuthMapperImpl
- java.lang.Object
-
- de.adorsys.ledgers.keycloak.client.mapper.KeycloakAuthMapperImpl
-
- All Implemented Interfaces:
KeycloakAuthMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-04-09T12:22:45+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.10 (Azul Systems, Inc.)") @Component public class KeycloakAuthMapperImpl extends Object implements KeycloakAuthMapper
-
-
Constructor Summary
Constructors Constructor Description KeycloakAuthMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTokenTOtoAccessToken(org.keycloak.adapters.RefreshableKeycloakSecurityContext source)BearerTokenTOtoBearerTokenTO(org.keycloak.representations.AccessTokenResponse source)AccessTokenTOtoTokenTO(org.keycloak.representations.AccessToken source, String token)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.ledgers.keycloak.client.mapper.KeycloakAuthMapper
getLedgersUserRoles, toBearer, toDate, toScopes
-
-
-
-
Method Detail
-
toAccessToken
public AccessTokenTO toAccessToken(org.keycloak.adapters.RefreshableKeycloakSecurityContext source)
- Specified by:
toAccessTokenin interfaceKeycloakAuthMapper
-
toBearerTokenTO
public BearerTokenTO toBearerTokenTO(org.keycloak.representations.AccessTokenResponse source)
- Specified by:
toBearerTokenTOin interfaceKeycloakAuthMapper
-
toTokenTO
public AccessTokenTO toTokenTO(org.keycloak.representations.AccessToken source, String token)
- Specified by:
toTokenTOin interfaceKeycloakAuthMapper
-
-