|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnbi.xmlsec.biocase.protocol.filter.PDPFilterParameter
Container class to store Parameters for the RBACPDP
.
Field Summary | |
private RBACPDP |
pdp
The pdp with evaluation access rights from XACML-policies |
private Set |
roles
Set of roles to be evaluated from the pdp |
Constructor Summary | |
PDPFilterParameter(RBACPDP pdp,
Set roles)
Inits the RBACFilterParameter. |
Method Summary | |
private void |
checkInit()
Checks the correct initialisation of the class initialisation parameters. |
RBACPDP |
getPdp()
Gets the pdp |
Set |
getRoles()
Gets the roles |
static Set |
getRoles(String roles)
|
static String |
getRolesAsString(Set roles)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private RBACPDP pdp
private Set roles
Constructor Detail |
public PDPFilterParameter(RBACPDP pdp, Set roles)
pdp
- The pdp with evaluation access rights from XACML-policies.roles
- Set of roles to be evaluated from the pdp.Method Detail |
private void checkInit()
public RBACPDP getPdp()
public Set getRoles()
public static String getRolesAsString(Set roles)
public static Set getRoles(String roles) throws ParsingException, URISyntaxException
ParsingException
URISyntaxException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |