Uses of Class
de.adorsys.ledgers.keycloak.client.model.KeycloakUser
-
Packages that use KeycloakUser Package Description de.adorsys.ledgers.keycloak.client.api de.adorsys.ledgers.keycloak.client.impl de.adorsys.ledgers.keycloak.client.mapper -
-
Uses of KeycloakUser in de.adorsys.ledgers.keycloak.client.api
Methods in de.adorsys.ledgers.keycloak.client.api that return types with arguments of type KeycloakUser Modifier and Type Method Description Optional<KeycloakUser>KeycloakDataService. getUser(String realm, String login)Methods in de.adorsys.ledgers.keycloak.client.api with parameters of type KeycloakUser Modifier and Type Method Description voidKeycloakDataService. createUser(KeycloakUser user)voidKeycloakDataService. updateUser(KeycloakUser user, String userIdentifier) -
Uses of KeycloakUser in de.adorsys.ledgers.keycloak.client.impl
Methods in de.adorsys.ledgers.keycloak.client.impl that return types with arguments of type KeycloakUser Modifier and Type Method Description Optional<KeycloakUser>KeycloakDataServiceImpl. getUser(String realm, String login)Methods in de.adorsys.ledgers.keycloak.client.impl with parameters of type KeycloakUser Modifier and Type Method Description voidKeycloakDataServiceImpl. createUser(KeycloakUser user)voidKeycloakDataServiceImpl. updateUser(KeycloakUser user, String userIdentifier) -
Uses of KeycloakUser in de.adorsys.ledgers.keycloak.client.mapper
Methods in de.adorsys.ledgers.keycloak.client.mapper that return KeycloakUser Modifier and Type Method Description default KeycloakUserKeycloakDataMapper. toKeycloakUser(org.keycloak.representations.idm.UserRepresentation userRepresentation)Methods in de.adorsys.ledgers.keycloak.client.mapper with parameters of type KeycloakUser Modifier and Type Method Description default org.keycloak.representations.idm.UserRepresentationKeycloakDataMapper. createUserRepresentation(KeycloakUser user)default org.keycloak.representations.idm.UserRepresentationKeycloakDataMapper. toUpdateUserPresentation(org.keycloak.representations.idm.UserRepresentation userRepresentation, KeycloakUser user)
-