Constructor and Description |
---|
AuthRoleBean(AuthRole other) |
AuthRoleBean(String name,
String domainPath,
String role) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AuthRole o) |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDomainPath() |
TreeSet<String> |
getGroups() |
String |
getName() |
String |
getPath() |
String |
getRole() |
String |
getUserRole() |
TreeSet<String> |
getUsers() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setUserRole(String userRole) |
public AuthRoleBean(AuthRole other)
public String getName()
public String getDomainPath()
getDomainPath
in interface AuthRole
public String getPath()
public String getDescription()
getDescription
in interface AuthRole
public void setDescription(String description)
public String getRole()
public String getUserRole()
getUserRole
in interface AuthRole
public void setUserRole(String userRole)
public int compareTo(AuthRole o)
compareTo
in interface Comparable<AuthRole>
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.