|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
java.util.Properties
java.security.Provider
com.sun.jdmk.security.sasl.Provider
public final class 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.javax.security.sasl.AuthorizeCallback
: to verify that the
authentication credentials permit the client to log in as the
authorization identity.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.security.Provider |
---|
java.security.Provider.Service |
Field Summary |
---|
Fields inherited from class java.util.Properties |
---|
defaults |
Constructor Summary | |
---|---|
Provider()
|
Method Summary |
---|
Methods inherited from class java.security.Provider |
---|
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, toString, values |
Methods inherited from class java.util.Properties |
---|
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Provider()
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.09.25_15:22:04_BST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |