public interface XACMLPolicy extends ContextMapOp
Modifier and Type | Field and Description |
---|---|
static int |
POLICY
Type identifying a Policy
|
static int |
POLICYSET
Type identifying a PolicySet
|
Modifier and Type | Method and Description |
---|---|
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.
|
get, set
static final int POLICYSET
static final int POLICY
int getType()
void setEnclosingPolicies(List<XACMLPolicy> policies)
policies
- a list of policiesList<XACMLPolicy> getEnclosingPolicies()
Copyright © 2023 JBoss by Red Hat. All rights reserved.