KickJava   Java API By Example, From Geeks To Geeks.

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

javax.security.jacc
Interface PolicyContextHandler

See Also:
Top Examples, Source Code, PolicyContext, PolicyContextException

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


public String[] getKeys()
                 throws PolicyContextException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean supports(String key)
                 throws PolicyContextException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags