public class RoleInfo extends Object
Constructor and Description |
---|
RoleInfo() |
Modifier and Type | Method and Description |
---|---|
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 © 1995-2015 Webtide. All Rights Reserved.