public class PolicyContextWrapper extends Object
Wrapper implementation for javax.security.jacc.PolicyContext introduced by JACC (Java Authorization Contract for Containers). Unfortunately, this is not provided by many servlet container. So, this wrapper class will be used for future integration.
Modifier and Type | Method and Description |
---|---|
static Object |
getContext(String key) |
static String |
getContextID() |
static Set |
getHandlerKeys() |
static boolean |
isAvailable() |
static void |
setContextID(String contextID) |
static void |
setHandlerData(Object data) |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.