org.hippoecm.hst.security
Class PolicyContextWrapper

java.lang.Object
  extended by 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$

Method Summary
static Object getContext(String key)
           
static String getContextID()
           
static Set getHandlerKeys()
           
static boolean isAvailable()
           
static void setContextID(String contextID)
           
static void setHandlerData(Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.