AuthProvider (Java SE 9 & JDK 9 )
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.security.Provider
Provider.Service
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthProvider(String name, double version, String info)Deprecated.
protectedAuthProvider(String name, String versionStr, String info)Constructs a provider with the specified name, version string, and information.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidlogin(Subject subject, CallbackHandler handler)Log in to this provider.
abstract voidlogout()Log out from this provider.
abstract voidsetCallbackHandler(CallbackHandler handler)Set a
CallbackHandler.-
Methods inherited from interface java.util.Map
entry, of, of, of, of, of, of, of, of, of, of, of, ofEntries
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.util.Properties
clone, contains, containsKey, containsValue, equals, getProperty, hashCode, isEmpty, list, list, load, loadFromXML, propertyNames, rehash, save, setProperty, size, store, store, storeToXML, storeToXML, stringPropertyNames
-
Methods inherited from class java.security.Provider
clear, compute, computeIfAbsent, computeIfPresent, configure, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, getVersionStr, isConfigured, keys, keySet, load, merge, put, putAll, putIfAbsent, putService, remove, remove, removeService, replace, replace, replaceAll, toString, values
-
-