com.ibm.security.sasl

Class IBMSASL

  1. java.lang.Object
  2. extended byjava.util.Dictionary<K,V>
  3. extended byjava.util.Hashtable<java.lang.Object,java.lang.Object>
  4. extended byjava.util.Properties
  5. extended byjava.security.Provider
  6. extended bycom.ibm.security.sasl.IBMSASL
All implemented interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

  1. public final class IBMSASL
  2. extends java.security.Provider
The SASL provider. Provides client support for - EXTERNAL - PLAIN - CRAM-MD5 - DIGEST-MD5 - GSSAPI/Kerberos v5 And server support for - CRAM-MD5 - DIGEST-MD5 - GSSAPI/Kerberos v5
See Also:
Serialized Form

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

Constructor and Description
IBMSASL()

Method Summary

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, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, elements, equals, get, hashCode, isEmpty, keys, rehash, size
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

Constructor Detail

IBMSASL

  1. public IBMSASL()