Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public abstract class

AuthProvider

extends Provider
java.lang.Object
   ↳ java.util.Dictionary <K, V>
     ↳ java.util.Hashtable <K, V>
       ↳ java.util.Properties
         ↳ java.security.Provider
           ↳ java.security.AuthProvider

Class Overview

Legacy security code; do not use.

Summary

[Expand]
Inherited Fields
From class java.util.Properties
Protected Constructors
AuthProvider ( String name, double version, String info)
Public Methods
abstract void login ( Subject subject, CallbackHandler handler)
abstract void logout ()
abstract void setCallbackHandler ( CallbackHandler handler)
[Expand]
Inherited Methods
From class java.security.Provider
From class java.util.Properties
From class java.util.Hashtable
From class java.util.Dictionary
From class java.lang.Object
From interface java.util.Map

Protected Constructors

protected AuthProvider ( String name, double version, String info)

Added in API level 1

Public Methods

public abstract void login ( Subject subject, CallbackHandler handler)

Added in API level 1

public abstract void logout ()

Added in API level 1

public abstract void setCallbackHandler ( CallbackHandler handler)

Added in API level 1