P13nContextHandler Class
- public class P13nContextHandler
extends Object
implements ContextHandler
, Serializable
This class provides a wrapper for passing optional arguments
to the runtime Authorization.isAccessAllowed()
method. An instance of this class is created using the
EntitlementHelper.createP13nContextHandler()
method. Within WLP, this class passes expression predicate
attributes used during evaluation of entitlements.
-
Hierarchy
-
Object
P13nContextHandler
-
All Implemented Interfaces
-
ContextHandler
, Serializable
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final P13nContextHandler
EMPTY
P13nContextHandler
public P13nContextHandler(String
[] names,
Object
[] values)
getNames() Method
public String
[] getNames()
getValue(String) Method
public Object
getValue(String
name)
getValues(String[]) Method
public ContextElement
[] getValues(String
[] requested)
size() Method
public int size()