KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > AuthProvider

java.security
Class AuthProvider

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by java.security.AuthProvider
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
See Also:
Source Code

protected AuthProvider(String name,
                       double version,
                       String info)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void login(Subject subject,
                           CallbackHandler handler)
                    throws LoginException
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void logout()
                     throws LoginException
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void setCallbackHandler(CallbackHandler handler)
See Also:
SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags