KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > security > auth > Refreshable

javax.security.auth
Interface Refreshable

All Known Implementing Classes:
KerberosTicket
See Also:
Top Examples, Source Code, Subject

boolean isCurrent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void refresh()
             throws RefreshFailedException
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags