Package com.redwood.scheduler.api.model
Interface SecurityRank
-
- All Superinterfaces:
Serializable
public interface SecurityRank extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the name of this rank.Set<SecurityPrivilege>
getSecurityPrivileges()
Get the privileges that this rank represents.String
getTranslationKey()
Get the translation-key that can be used to retrieve the locale-specific name of this rank.
-
-
-
Method Detail
-
getName
String getName()
Get the name of this rank.- Returns:
- the name of this rank.
-
getSecurityPrivileges
Set<SecurityPrivilege> getSecurityPrivileges()
Get the privileges that this rank represents.- Returns:
- the privileges that this rank represents.
-
getTranslationKey
String getTranslationKey()
Get the translation-key that can be used to retrieve the locale-specific name of this rank.- Returns:
- the key.
-
-