org.apache.http.auth.AuthSchemeRegistry
Authentication scheme registry that can be used to obtain the corresponding
authentication scheme implementation for a given type of authorization challenge.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AuthSchemeRegistry()
Public Methods
public
synchronized
List<String>
getSchemeNames()
Obtains a list containing names of all registered
authentication
schemes in their default order.
Returns
- list of registered scheme names
Populates the internal collection of registered
authentication schemes
with the content of the map passed as a parameter.
Parameters
map
| authentication schemes
|
public
synchronized
void
unregister(String name)
Unregisters the class implementing an
authentication scheme with
the given name.
Parameters
name
| the identifier of the class to unregister
|