|
||||||||||
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.ResponseFilterParameter nbi.xmlsec.biocase.protocol.filter.ContentFilterParameter
Container class to store Parameters for the ContentFilter
.
Field Summary | |
(package private) Diagnostics |
diagnostics
Diagnostics to be filled up with PDP evaluation results |
(package private) Header |
responseHeader
|
Fields inherited from class nbi.xmlsec.biocase.protocol.filter.ResponseFilterParameter |
|
Fields inherited from class nbi.xmlsec.biocase.protocol.filter.PDPFilterParameter |
|
Constructor Summary | |
(package private) |
ContentFilterParameter(Request request,
Header header,
RBACPDP pdp,
Set roles,
Diagnostics diagnostics)
Inits the ContentFilterParameter. |
Method Summary | |
private void |
checkInit()
Checks the correct initialisation of the initialisation parameters. |
Diagnostics |
getDiagnostics()
Gets the diagnostics |
Header |
getResponseHeader()
Gets the responseHeader |
void |
setDiagnostics(Diagnostics diagnostics)
Sets diagnostics |
Methods inherited from class nbi.xmlsec.biocase.protocol.filter.ResponseFilterParameter |
getRequest |
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 |
Header responseHeader
Diagnostics diagnostics
Constructor Detail |
ContentFilterParameter(Request request, Header header, RBACPDP pdp, Set roles, Diagnostics diagnostics)
request
- Request causing this response.header
- Parsed Header of this response.pdp
- PDP to evaluate responses.roles
- Roles to be evaluated with the PDPMethod Detail |
private void checkInit()
public Header getResponseHeader()
public void setDiagnostics(Diagnostics diagnostics)
diagnostics
- The diagnostics to set.public Diagnostics getDiagnostics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |