| Package | Description |
|---|---|
| de.adorsys.ledgers.keycloak.client.api | |
| de.adorsys.ledgers.keycloak.client.impl | |
| de.adorsys.ledgers.keycloak.client.mapper |
| Modifier and Type | Method and Description |
|---|---|
Optional<KeycloakUser> |
KeycloakDataService.getUser(String realm,
String login) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeycloakDataService.createUser(KeycloakUser user) |
void |
KeycloakDataService.updateUser(KeycloakUser user) |
| Modifier and Type | Method and Description |
|---|---|
Optional<KeycloakUser> |
KeycloakDataServiceImpl.getUser(String realm,
String login) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeycloakDataServiceImpl.createUser(KeycloakUser user) |
void |
KeycloakDataServiceImpl.updateUser(KeycloakUser user) |
| Modifier and Type | Method and Description |
|---|---|
default KeycloakUser |
KeycloakDataMapper.toKeycloakUser(org.keycloak.representations.idm.UserRepresentation userRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
default org.keycloak.representations.idm.UserRepresentation |
KeycloakDataMapper.createUserRepresentation(KeycloakUser user) |
default org.keycloak.representations.idm.UserRepresentation |
KeycloakDataMapper.toUpdateUserPresentation(org.keycloak.representations.idm.UserRepresentation userRepresentation,
KeycloakUser user) |
Copyright © 2020. All rights reserved.