javax.security.jacc
Class PolicyContext
java.lang.Object
javax.security.jacc.PolicyContext
public final class PolicyContext
- extends Object
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Mi, 25. Okt 2006) $
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 Apache Software Foundation. All Rights Reserved.