Serializable
, Cloneable
, Map<Object,Object>
While callers may invoke login
directly, the provider may also invoke login
on behalf of callers if it determines that a login must be performed prior to certain operations.
Constructors
protected
protected
Constructs a provider with the specified name, version string, and information.
abstract void
abstract void
Log out from this provider.
abstract void
clear, compute, computeIfAbsent, computeIfPresent, configure, entrySet, forEach, getInfo, getName, getOrDefault, getService, getServices, getVersion, getVersionStr, isConfigured, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
Methods declared in class java.util.PropertiesgetProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
Methods declared in class java.util.Hashtableclone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
Constructs a provider with the specified name, version number, and information.
name
- the provider name.
version
- the provider version number.
info
- a description of the provider and its services.
Constructs a provider with the specified name, version string, and information.
name
- the provider name.
versionStr
- the provider version string.
info
- a description of the provider and its services.
The provider relies on a CallbackHandler
to obtain authentication information from the caller (a PIN, for example). If the caller passes a null
handler to this method, the provider uses the handler set in the setCallbackHandler
method. If no handler was set in that method, the provider queries the auth.login.defaultCallbackHandler security property for the fully qualified class name of a default handler implementation. If the security property is not set, the provider is assumed to have alternative means for obtaining authentication information.
subject
- the Subject
which may contain principals/credentials used for authentication, or may be populated with additional principals/credentials after successful authentication has completed. This parameter may be null
.
handler
- the CallbackHandler
used by this provider to obtain authentication information from the caller, which may be null
IllegalStateException
- if the provider requires configuration and Provider.configure(java.lang.String)
has not been called
LoginException
- if the login operation fails
SecurityException
- if the caller does not pass a security check for SecurityPermission("authProvider.name")
, where name
is the value returned by this provider's getName
method
Log out from this provider.
IllegalStateException
- if the provider requires configuration and Provider.configure(java.lang.String)
has not been called
LoginException
- if the logout operation fails
SecurityException
- if the caller does not pass a security check for SecurityPermission("authProvider.name")
, where name
is the value returned by this provider's getName
method
Set a
CallbackHandler
.
The provider uses this handler if one is not passed to the login
method. The provider also uses this handler if it invokes login
on behalf of callers. In either case if a handler is not set via this method, the provider queries the auth.login.defaultCallbackHandler security property for the fully qualified class name of a default handler implementation. If the security property is not set, the provider is assumed to have alternative means for obtaining authentication information.
handler
- a CallbackHandler
for obtaining authentication information, which may be null
IllegalStateException
- if the provider requires configuration and Provider.configure(java.lang.String)
has not been called
SecurityException
- if the caller does not pass a security check for SecurityPermission("authProvider.name")
, where name
is the value returned by this provider's getName
method
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4