org.hippoecm.hst.security
Class PolicyContextWrapper
java.lang.Object
org.hippoecm.hst.security.PolicyContextWrapper
public class PolicyContextWrapper
- extends Object
PolicyContextWrapper
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.
- Version:
- $Id$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isAvailable
public static boolean isAvailable()
getContext
public static Object getContext(String key)
getContextID
public static String getContextID()
getHandlerKeys
public static Set getHandlerKeys()
setContextID
public static void setContextID(String contextID)
setHandlerData
public static void setHandlerData(Object data)
Copyright © 2008-2012 Hippo. All Rights Reserved.