public class RequirementConfiguration extends Object
Constructor and Description |
---|
RequirementConfiguration(Requirement requirement) |
RequirementConfiguration(Requirement requirement,
String[] values,
org.apache.shiro.authz.annotation.Logical logical) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
boolean |
eval(org.apache.shiro.subject.Subject subject) |
org.apache.shiro.authz.annotation.Logical |
getLogical() |
Requirement |
getRequirement() |
String[] |
getValues() |
int |
hashCode() |
String |
toString() |
public RequirementConfiguration(Requirement requirement)
public RequirementConfiguration(Requirement requirement, String[] values, org.apache.shiro.authz.annotation.Logical logical)
public Requirement getRequirement()
public String[] getValues()
public org.apache.shiro.authz.annotation.Logical getLogical()
public boolean eval(org.apache.shiro.subject.Subject subject)