public class RoleInfo extends Object
| 构造器和说明 |
|---|
RoleInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addRole(String role) |
void |
combine(RoleInfo other) |
Set<String> |
getRoles() |
UserDataConstraint |
getUserDataConstraint() |
boolean |
isAnyAuth() |
boolean |
isAnyRole() |
boolean |
isChecked() |
boolean |
isForbidden() |
void |
setAnyAuth(boolean anyAuth) |
void |
setAnyRole(boolean anyRole) |
void |
setChecked(boolean checked) |
void |
setForbidden(boolean forbidden) |
void |
setUserDataConstraint(UserDataConstraint userDataConstraint) |
String |
toString() |
public boolean isChecked()
public void setChecked(boolean checked)
public boolean isForbidden()
public void setForbidden(boolean forbidden)
public boolean isAnyRole()
public void setAnyRole(boolean anyRole)
public boolean isAnyAuth()
public void setAnyAuth(boolean anyAuth)
public UserDataConstraint getUserDataConstraint()
public void setUserDataConstraint(UserDataConstraint userDataConstraint)
public void addRole(String role)
public void combine(RoleInfo other)
Copyright © 2017. All rights reserved.