public final class SaslUtils extends Object
Constructor and Description |
---|
SaslUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection<SaslClientFactory> |
getSaslClientFactories()
Returns a collection of all of the registered
SaslClientFactory s where the order is based on the
order of the Provider registration and/or class path order. |
static Collection<SaslClientFactory> |
getSaslClientFactories(ClassLoader classLoader,
boolean includeGlobal)
Returns a collection of all of the registered
SaslClientFactory s where the order is based on the
order of the Provider registration and/or class path order. |
static Collection<SaslServerFactory> |
getSaslServerFactories()
Returns a collection of all of the registered
SaslServerFactory s where the order is based on the
order of the Provider registration and/or class path order. |
static Collection<SaslServerFactory> |
getSaslServerFactories(ClassLoader classLoader,
boolean includeGlobal)
Returns a collection of all of the registered
SaslServerFactory s where the order is based on the
order of the Provider registration and/or class path order. |
public static Collection<SaslServerFactory> getSaslServerFactories(ClassLoader classLoader, boolean includeGlobal)
SaslServerFactory
s 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 SaslServerFactory
spublic static Collection<SaslServerFactory> getSaslServerFactories()
SaslServerFactory
s where the order is based on the
order of the Provider registration and/or class path order.Iterator
of SaslServerFactory
spublic static Collection<SaslClientFactory> getSaslClientFactories(ClassLoader classLoader, boolean includeGlobal)
SaslClientFactory
s 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 SaslClientFactory
spublic static Collection<SaslClientFactory> getSaslClientFactories()
SaslClientFactory
s where the order is based on the
order of the Provider registration and/or class path order.Iterator
of SaslClientFactory
sCopyright © 2021 JBoss by Red Hat. All rights reserved.