Interface UsersRpc
public interface UsersRpc
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondescribeUserSource
(String userProfile) removeRoles
(String userProfile, Locale locale, List<String> roles) removeUser
(String userProfile, Locale locale, String username) removeUsers
(String userProfile, Locale locale, List<User> users) renameRole
(String userProfile, Locale locale, String oldName, String newName)
-
Field Details
-
SERIALIZER
-
-
Method Details
-
getUsers
- Throws:
Exception
-
getContactTypes
Set<ContactType> getContactTypes() -
getRoles
- Throws:
Exception
-
getUserProperties
Set<ConfigurationProperty<?>> getUserProperties() -
getUserSources
List<UserSourceMeta> getUserSources()- Returns:
- An unmodifiable list of
UserSourceMeta
, sorted by name.
-
getIdentityProviders
List<IdentityProviderMeta> getIdentityProviders()- Returns:
- An unmodifiable list of
IdentityProviderMeta
, sorted by name.
-
describeUserSource
- Throws:
Exception
-
addRole
- Throws:
Exception
-
removeRoles
- Throws:
Exception
-
renameRole
UIResponse renameRole(String userProfile, Locale locale, String oldName, String newName) throws Exception - Throws:
Exception
-
addUser
- Throws:
Exception
-
getCurrentUser
User getCurrentUser() -
getUser
- Throws:
Exception
-
alterUser
- Throws:
Exception
-
removeUser
- Throws:
Exception
-
removeUsers
- Throws:
Exception
-
getSystemRoles
- Throws:
Exception
-