Interface DomainAuth
-
- All Superinterfaces:
Comparable<DomainAuth>
public interface DomainAuth extends Comparable<DomainAuth>
A model object interface for a hipposys:domain node and (only) its hipposys:authrole children,Comparable
on itsgetPath()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthRole
getAuthRole(String authRoleName)
Convenient method for getting aAuthRole
child by nameSortedMap<String,AuthRole>
getAuthRolesMap()
String
getDescription()
String
getFolderPath()
String
getName()
String
getPath()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- de domain (node) name
-
getPath
String getPath()
- Returns:
- de domain (node) path
-
getFolderPath
String getFolderPath()
- Returns:
- de parent (domainfolder) node path
-
getDescription
String getDescription()
- Returns:
- the description of the authrole
-
getAuthRolesMap
SortedMap<String,AuthRole> getAuthRolesMap()
- Returns:
- the map of
AuthRole
children, keyed by their (node) name
-
-