com.sun.jdmk.security.sasl
Class Provider
java.lang.Object
java.util.Dictionary
java.util.Hashtable
java.util.Properties
java.security.Provider
com.sun.jdmk.security.sasl.Provider
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public final class Provider
- extends Provider
The Java DMK SASL provider.
Provides server support for PLAIN, i.e. implements the PLAIN SASL server
mechanism. (RFC 2595)
Requires the following callbacks to be satisfied by the callback handler
when using PLAIN:
AuthenticateCallback
: to verify the
authentication identity and password with the system authentication
database.
AuthorizeCallback
: to verify that the
authentication credentials permit the client to log in as the
authorization identity.
- See Also:
- Serialized Form
Methods inherited from class java.security.Provider |
clear, entrySet, getInfo, getName, getService, getServices, getVersion, keySet, load, put, putAll, putService, remove, removeService, toString, values |
Methods inherited from class java.util.Properties |
getProperty, getProperty, list, list, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML |
Methods inherited from class java.util.Hashtable |
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size |
Provider
public Provider()
Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.