Class KeycloakDataMapperImpl
- java.lang.Object
-
- de.adorsys.ledgers.keycloak.client.mapper.KeycloakDataMapperImpl
-
- All Implemented Interfaces:
KeycloakDataMapper
@Generated(value="org.mapstruct.ap.MappingProcessor", date="2021-06-07T12:55:24+0000", comments="version: 1.4.1.Final, compiler: javac, environment: Java 11.0.11 (Azul Systems, Inc.)") @Component public class KeycloakDataMapperImpl extends Object implements KeycloakDataMapper
-
-
Constructor Summary
Constructors Constructor Description KeycloakDataMapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.keycloak.representations.idm.RealmRepresentationcreateRealmRepresentation(KeycloakRealm source)-
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.KeycloakDataMapper
createClientRepresentation, createClientScopeRepresentation, createRoleRepresentation, createUserRepresentation, toKeycloakUser, toUpdateUserPresentation
-
-
-
-
Method Detail
-
createRealmRepresentation
public org.keycloak.representations.idm.RealmRepresentation createRealmRepresentation(KeycloakRealm source)
- Specified by:
createRealmRepresentationin interfaceKeycloakDataMapper
-
-