javax.security.jacc
Class PolicyContext
java.lang.Object
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) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.