|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.utils.handler.HandlerUtil
public class HandlerUtil
this class defines a set of methods of handling extended XACML request context
Constructor Summary | |
---|---|
HandlerUtil(org.w3c.dom.Document docIn,
PermisRBAC pbaIn)
|
Method Summary | |
---|---|
org.w3c.dom.Element |
getAllValid(org.w3c.dom.Element context,
boolean inputOnly)
this is used to create XACML request context, which includes all of the valid attributes. |
org.w3c.dom.Element |
getAllValidFromCVS(org.w3c.dom.Element context,
boolean inputOnly)
this method returns XACML request context, which contains all of the valid attributes, which are either from the pushed credentails or external attributes. |
org.w3c.dom.Element |
getValidOnly(org.w3c.dom.Element context)
this is used to extract all of the valid attributes from the input XACML request context, which may include invalid attributes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HandlerUtil(org.w3c.dom.Document docIn, PermisRBAC pbaIn)
Method Detail |
---|
public org.w3c.dom.Element getValidOnly(org.w3c.dom.Element context)
context,
- the input context.
public org.w3c.dom.Element getAllValid(org.w3c.dom.Element context, boolean inputOnly)
context,
- the input context.InputOnly
- indicates whether or not to get external attributes. If it
is true, then only push mode is used.
public org.w3c.dom.Element getAllValidFromCVS(org.w3c.dom.Element context, boolean inputOnly)
context,
- the input XACML request context.InputOnly
- indicates whether or not to get external attributes. If it
is true, then only push mode is used.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |