public interface UserResource
UserRepresentation toRepresentation()
void update(UserRepresentation userRepresentation)
void remove()
List<GroupRepresentation> groups()
List<GroupRepresentation> groups(Integer firstResult, Integer maxResults)
List<GroupRepresentation> groups(String search, Integer firstResult, Integer maxResults)
void joinGroup(String groupId)
void leaveGroup(String groupId)
void logout()
void removeTotp()
void disableCredentialType(List<String> credentialTypes)
credentialTypes
- void resetPassword(CredentialRepresentation credentialRepresentation)
@Deprecated void resetPasswordEmail()
@Deprecated void resetPasswordEmail(String clientId)
void executeActionsEmail(List<String> actions)
actions
- void executeActionsEmail(String clientId, String redirectUri, List<String> actions)
clientId
- redirectUri
- actions
- void sendVerifyEmail()
void sendVerifyEmail(String clientId)
List<UserSessionRepresentation> getUserSessions()
List<UserSessionRepresentation> getOfflineSessions(String clientId)
List<FederatedIdentityRepresentation> getFederatedIdentity()
Response addFederatedIdentity(String provider, FederatedIdentityRepresentation rep)
void removeFederatedIdentity(String provider)
RoleMappingResource roles()
void revokeConsent(String clientId)
Copyright © 2019 JBoss by Red Hat. All rights reserved.