public final class SaslUtils extends Object
| Constructor and Description |
|---|
SaslUtils() |
| Modifier and Type | Method and Description |
|---|---|
static Iterator<SaslClientFactory> |
getSaslClientFactories()
Returns an iterator of all of the registered
SaslClientFactorys where the order is based on the
order of the Provider registration and/or class path order. |
static Iterator<SaslClientFactory> |
getSaslClientFactories(ClassLoader classLoader,
boolean includeGlobal)
Returns an iterator of all of the registered
SaslClientFactorys where the order is based on the
order of the Provider registration and/or class path order. |
static Iterator<SaslServerFactory> |
getSaslServerFactories()
Returns an iterator of all of the registered
SaslServerFactorys where the order is based on the
order of the Provider registration and/or class path order. |
static Iterator<SaslServerFactory> |
getSaslServerFactories(ClassLoader classLoader,
boolean includeGlobal)
Returns an iterator of all of the registered
SaslServerFactorys where the order is based on the
order of the Provider registration and/or class path order. |
public static Iterator<SaslServerFactory> getSaslServerFactories(ClassLoader classLoader, boolean includeGlobal)
SaslServerFactorys where the order is based on the
order of the Provider registration and/or class path order. Class path providers are listed before
global providers; in the event of a name conflict, the class path provider is preferred.classLoader - the class loader to useincludeGlobal - true to include globally registered providers, false to exclude themIterator of SaslServerFactoryspublic static Iterator<SaslServerFactory> getSaslServerFactories()
SaslServerFactorys where the order is based on the
order of the Provider registration and/or class path order.Iterator of SaslServerFactoryspublic static Iterator<SaslClientFactory> getSaslClientFactories(ClassLoader classLoader, boolean includeGlobal)
SaslClientFactorys where the order is based on the
order of the Provider registration and/or class path order. Class path providers are listed before
global providers; in the event of a name conflict, the class path provider is preferred.classLoader - the class loader to useincludeGlobal - true to include globally registered providers, false to exclude themIterator of SaslClientFactoryspublic static Iterator<SaslClientFactory> getSaslClientFactories()
SaslClientFactorys where the order is based on the
order of the Provider registration and/or class path order.Iterator of SaslClientFactorysCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.