javax.security.jacc
Class PolicyContext

java.lang.Object
  extended by javax.security.jacc.PolicyContext

public final class PolicyContext
extends Object

Version:
$Rev: 54183 $ $Date: 2004-10-09 15:04:29 -0700 (Sat, 09 Oct 2004) $

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
 

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)
                            throws PolicyContextException
Throws:
PolicyContextException

getHandlerKeys

public static Set getHandlerKeys()

getContext

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


Copyright © 2006 Apache Software Foundation. All Rights Reserved.