KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > jacc > PolicyContext

javax.security.jacc
Class PolicyContext

java.lang.Object
  extended byjavax.security.jacc.PolicyContext
See Also:
Top Examples, Source Code, PolicyContextHandler

public static Object getContext(String key)
                         throws PolicyContextException
See Also:
SecurityException, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static String getContextID()
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Set getHandlerKeys()
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void registerHandler(String key,
                                   PolicyContextHandler handler,
                                   boolean replace)
                            throws PolicyContextException
See Also:
SecurityException, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setContextID(String contextID)
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setHandlerData(Object data)
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags