AuthProvider (Java SE 10 & JDK 10 )
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class java.security.Provider
Provider.Service
-
-
Field Summary
-
Fields declared in class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAuthProvider(String name, double version, String info)Deprecated.
use
AuthProvider(String, String, String)instead.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 declared in class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
-
Methods declared in interface java.util.Map
-
Methods declared in class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
-
Methods declared in class java.security.Provider
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
-
-