|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.biocase.protocol.filter.PDPFilterParameter nbi.xmlsec.biocase.protocol.filter.RBACFilterParameter
Container class to store Parameters for the RBACFilter
.
Field Summary | |
(package private) Diagnostics |
diagnostics
Diagnostics to be filled up with PDP evaluation results |
(package private) String |
pdpAction
PDP action to be checked with the pdp. |
Fields inherited from class nbi.xmlsec.biocase.protocol.filter.PDPFilterParameter |
|
Constructor Summary | |
RBACFilterParameter(String action,
RBACPDP pdp,
Set roles,
Diagnostics diagnostics)
Inits the RBACFilterParameter. |
Method Summary | |
private void |
checkInit()
Checks the correct initialisation of the class initialisation parameters. |
Diagnostics |
getDiagnostics()
Gets the diagnostics |
String |
getPdpAction()
Gets the pdpAction |
void |
setDiagnostics(Diagnostics diagnostics)
Sets diagnostics |
void |
setPdpAction(String pdpAction)
Sets pdpAction |
Methods inherited from class nbi.xmlsec.biocase.protocol.filter.PDPFilterParameter |
getPdp, getRoles, getRoles, getRolesAsString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
String pdpAction
Diagnostics diagnostics
Constructor Detail |
public RBACFilterParameter(String action, RBACPDP pdp, Set roles, Diagnostics diagnostics)
action
- PDP action to be checked for with the pdp.pdp
- RBACPDP
to be used for access control
evaluation.roles
- Set of roles to be evaluated with the pdp.diagnostics
- Diagnostics to be filled up with PDP evaluation results.Method Detail |
private void checkInit()
public Diagnostics getDiagnostics()
public void setDiagnostics(Diagnostics diagnostics)
diagnostics
- The diagnostics to set.public String getPdpAction()
public void setPdpAction(String pdpAction)
pdpAction
- The pdpAction to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |