Interface DomainAuth
- All Superinterfaces:
Comparable<DomainAuth>
A model object interface for a hipposys:domain node and (only) its hipposys:authrole children,
Comparable
on its getPath()
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthRole
(String authRoleName) Convenient method for getting aAuthRole
child by namegetName()
getPath()
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
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
- Returns:
- the map of
AuthRole
children, keyed by their (node) name
-
getAuthRole
Convenient method for getting aAuthRole
child by name- Parameters:
authRoleName
- the name of theAuthRole
to get- Returns:
- the authrole with the provided name, or null not a child
-