Interface DirectoryDefault.RoleEntity
- Enclosing class:
- DirectoryDefault
public static interface DirectoryDefault.RoleEntity
Represents a role entity that is, or can be, persisted in the default directory.
- Since:
- 5.7.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()Never returnsnull.getLabel()getName()voidsetDescription(UserMessage description) voidAllows to specify a mailing list associated with this role.voidsetIncludedRoles(List<Role> includedRoles) Specifies the roles included in this role.voidsetLabel(UserMessage label)
-
Method Details
-
getName
String getName() -
getLabel
UserMessage getLabel() -
setLabel
-
getDescription
UserMessage getDescription() -
setDescription
-
getEmail
String getEmail() -
setEmail
Allows to specify a mailing list associated with this role. If defined, messages to be sent to this role will be sent to this email address instead of sending individual emails to users having this role.- See Also:
-
getIncludedRoles
Never returnsnull. -
setIncludedRoles
Specifies the roles included in this role.
-