Interface AuthRole
-
- All Superinterfaces:
Comparable<AuthRole>
- All Known Implementing Classes:
AuthRoleBean
public interface AuthRole extends Comparable<AuthRole>
A model object interface for a hipposys:authrole node which isComparable
on its node path
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getDomainPath()
SortedSet<String>
getGroups()
String
getName()
String
getPath()
String
getRole()
String
getUserRole()
SortedSet<String>
getUsers()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the (node) name of the authrole
-
getPath
String getPath()
- Returns:
- the node path of the authrole
-
getDomainPath
String getDomainPath()
- Returns:
- the parent (domain) node path of the authrole
-
getRole
String getRole()
- Returns:
- the role of the authrole
-
getDescription
String getDescription()
- Returns:
- the description of the authrole
-
getUserRole
String getUserRole()
- Returns:
- the userrole of the authrole
-
-