|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XACMLPolicy
Represents a Policy or a PolicySet in the XACML World
Field Summary | |
---|---|
static int |
POLICY
Type identifying a Policy |
static int |
POLICYSET
Type identifying a PolicySet |
Method Summary | |
---|---|
List<XACMLPolicy> |
getEnclosingPolicies()
Return the enclosing policies for a PolicySet |
int |
getType()
Return a type (PolicySet or Policy) |
void |
setEnclosingPolicies(List<XACMLPolicy> policies)
A PolicySet can contain policies within. |
Methods inherited from interface org.jboss.security.xacml.interfaces.ContextMapOp |
---|
get, set |
Field Detail |
---|
static final int POLICYSET
static final int POLICY
Method Detail |
---|
int getType()
void setEnclosingPolicies(List<XACMLPolicy> policies)
policies
- a list of policiesList<XACMLPolicy> getEnclosingPolicies()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |