Interface AuthRole
- All Superinterfaces:
Comparable<AuthRole>
- All Known Implementing Classes:
AuthRoleBean
A model object interface for a hipposys:authrole node which is
Comparable
on its node path-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
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
-
getGroups
- Returns:
- the groups of the authrole
-
getUsers
- Returns:
- the users of the authrole
-