Modifier and Type | Method and Description |
---|---|
Set<UserProfileFields> |
LdapUserRepository.getProvidedProfileFieldNames() |
Modifier and Type | Method and Description |
---|---|
Set<UserProfileFields> |
ExternalUserRepository.getProvidedProfileFieldNames() |
Modifier and Type | Method and Description |
---|---|
Set<UserProfileFields> |
ConfluenceUserRepository.getProvidedProfileFieldNames() |
Modifier and Type | Method and Description |
---|---|
static UserProfileFields |
UserProfileFields.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProfileFields[] |
UserProfileFields.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<UserProfileFields> |
UserService.getImmutableProfileFieldsOfUser(Long userId)
Get the names of the user profile fields that cannot be changed by the user.
|
Copyright © 2019 Communote team. All rights reserved.