All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

  • Nested Class Summary

    Nested classes/interfaces declared in class Provider

    Provider.Service

    static class 

    The description of a security service.

  • Field Summary

    Fields declared in class Properties

    defaults

    A property list that contains default values for any keys not found in this property list.

  • Constructor Summary

    Constructors

    protected

    protected

    Constructs a provider with the specified name, version string, and information.

  • Method Summary

    abstract void

    abstract void

    logout()

    Log out from this provider.

    abstract void

    Methods declared in class 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

    void

    Clears this Provider so that it no longer contains the properties used to look up facilities implemented by the Provider.

    Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).

    If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.

    If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.

    Apply the supplied configuration argument to this Provider instance and return the configured Provider.

    Returns an unmodifiable Set view of the property entries contained in this Provider.

    void

    Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.

    Returns a human-readable description of the Provider and its services.

    Returns the name of this Provider.

    Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.

    Get the service describing this Provider's implementation of the specified type of this algorithm or alias.

    Get an unmodifiable Set of all services supported by this Provider.

    double

    Returns the version string for this Provider.

    boolean

    Check if this Provider instance has been configured.

    Returns an unmodifiable Set view of the property keys contained in this Provider.

    void

    Reads a property list (key and element pairs) from the input stream.

    If the specified key is not already associated with a value or is associated with null, associates it with the given value.

    Sets the key property to have the specified value.

    void

    Copies all the mappings from the specified Map to this Provider.

    If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.

    protected void

    Removes the key property (and its corresponding value).

    boolean

    Removes the entry for the specified key only if it is currently mapped to the specified value.

    protected void

    Replaces the entry for the specified key only if it is currently mapped to some value.

    boolean

    Replaces the entry for the specified key only if currently mapped to the specified value.

    void

    Replaces each entry's value with the result of invoking the given function on that entry, in the order entries are returned by an entry set iterator, until all entries have been processed or the function throws an exception.

    Returns a string with the name and the version string of this Provider.

    Returns an unmodifiable Collection view of the property values contained in this Provider.

    Methods declared in class Properties

    getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames

    Searches for the property with the specified key in this property list.

    Searches for the property with the specified key in this property list.

    void

    Prints this property list out to the specified output stream.

    void

    Prints this property list out to the specified output stream.

    void

    Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.

    void

    Loads all of the properties represented by the XML document on the specified input stream into this properties table.

    Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.

    void

    Calls the Hashtable method put.

    void

    Writes this property list (key and element pairs) in this Properties table to the output stream in a format suitable for loading into a Properties table using the load(InputStream) method.

    void

    Writes this property list (key and element pairs) in this Properties table to the output character stream in a format suitable for using the load(Reader) method.

    void

    Emits an XML document representing all of the properties contained in this table.

    void

    Emits an XML document representing all of the properties contained in this table, using the specified encoding.

    void

    Emits an XML document representing all of the properties contained in this table, using the specified encoding.

    Returns an unmodifiable set of keys from this property list where the key and its corresponding value are strings, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.

    Methods declared in class Hashtable

    clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size

    Creates a shallow copy of this hashtable.

    boolean

    Tests if some key maps into the specified value in this hashtable.

    boolean

    Tests if the specified object is a key in this hashtable.

    boolean

    Returns true if this hashtable maps one or more keys to this value.

    Returns an enumeration of the values in this hashtable.

    boolean

    Compares the specified Object with this Map for equality, as per the definition in the Map interface.

    Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.

    int

    Returns the hash code value for this Map as per the definition in the Map interface.

    boolean

    Tests if this hashtable maps no keys to values.

    Returns an enumeration of the keys in this hashtable.

    protected void

    Increases the capacity of and internally reorganizes this hashtable, in order to accommodate and access its entries more efficiently.

    int

    Returns the number of keys in this hashtable.

    Methods declared in class Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    protected void

    Deprecated, for removal: This API element is subject to removal in a future version.

    Returns the runtime class of this Object.

    final void

    Wakes up a single thread that is waiting on this object's monitor.

    final void

    Wakes up all threads that are waiting on this object's monitor.

    final void

    Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

    final void

    wait(long timeoutMillis)

    Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

    final void

    wait(long timeoutMillis, int nanos)

    Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

  • Constructor Details

    • AuthProvider

    • AuthProvider

  • Method Details

    • login

    • logout

    • setCallbackHandler