javax.security.jacc
Class PolicyContext
java.lang.Object
javax.security.jacc.PolicyContext
public final class PolicyContext
- extends Object
- Version:
- $Rev: 813631 $ $Date: 2009-09-11 01:19:58 +0200 (Fr, 11. Sep 2009) $
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 © 2003-2012 The Apache Software Foundation. All Rights Reserved.