|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnbi.xmlsec.xacml.builder.TargetBuilder
Class to create rule instances.
| Field Summary | |
(package private) List |
actions
List containing the actions of the Target |
(package private) static Logger |
logger
|
(package private) List |
resources
List containing the resources of the Target |
(package private) List |
subjects
List containing the subjects of the Target |
| Constructor Summary | |
TargetBuilder()
|
|
| Method Summary | |
boolean |
add(TargetMatch match)
Add a TargetMatch to the corresponding list.
|
boolean |
add(TargetMatchBuilder matchBuilder)
Add the instance of a TargetMatchBuilder to the corresponding list.
|
Target |
getInstance()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
static Logger logger
List subjects
List resources
List actions
| Constructor Detail |
public TargetBuilder()
| Method Detail |
public Target getInstance()
public boolean add(TargetMatch match)
TargetMatch to the corresponding list.
The adequate list is identified on the type of the target match.
match - the target match to add
true, if the match was succesfully added, false otherwise.public boolean add(TargetMatchBuilder matchBuilder)
TargetMatchBuilder to the corresponding list.
The adequate list is identified on the type of the target match.
matchBuilder - the target match (builder) to add
true, if the match (builder) was succesfully added, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||