javax.security.jacc
Class PolicyContext

java.lang.Object
  extended byjavax.security.jacc.PolicyContext

public final class PolicyContext
extends Object

Version:
$Revision: 1.5 $ $Date: 2004/05/30 18:34:35 $

Constructor Summary
PolicyContext()
           
 
Method Summary
static Object getContext(String key)
           
static String getContextID()
           
static Set getHandlerKeys()
           
static void registerHandler(String key, PolicyContextHandler handler, boolean replace)
           
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
 

Constructor Detail

PolicyContext

public PolicyContext()
Method Detail

setContextID

public static void setContextID(String contextID)

getContextID

public static String getContextID()

setHandlerData

public static void setHandlerData(Object data)

registerHandler

public static void registerHandler(String key,
                                   PolicyContextHandler handler,
                                   boolean replace)

getHandlerKeys

public static Set getHandlerKeys()

getContext

public static Object getContext(String key)
                         throws PolicyContextException
Throws:
PolicyContextException


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.