public interface DomainAuth extends Comparable<DomainAuth>
Comparable
on its getPath()
Modifier and Type | Method and Description |
---|---|
AuthRole |
getAuthRole(String authRoleName)
Convenient method for getting a
AuthRole child by name |
SortedMap<String,AuthRole> |
getAuthRolesMap() |
String |
getDescription() |
String |
getFolderPath() |
String |
getName() |
String |
getPath() |
compareTo
String getName()
String getPath()
String getFolderPath()
String getDescription()
SortedMap<String,AuthRole> getAuthRolesMap()
AuthRole
children, keyed by their (node) nameCopyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.