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