public class RemotingConnectionUtil extends Object
| Constructor and Description |
|---|
RemotingConnectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
static OptionMap |
addSilentLocalAuthOptionsIfApplicable(CallbackHandler callbackHandler,
OptionMap connectionCreationOptions)
Adds the
jboss.sasl.local-user.quiet-auth property to the Options.SASL_PROPERTIES
in the passed connectionCreationOptions if
The passed callbackHandler is of type DefaultCallbackHandler
and the passed connectionCreationOptions doesn't already contain the Options.SASL_PROPERTIES
with the jboss.sasl.local-user.quiet-auth
|
public static OptionMap addSilentLocalAuthOptionsIfApplicable(CallbackHandler callbackHandler, OptionMap connectionCreationOptions)
jboss.sasl.local-user.quiet-auth property to the Options.SASL_PROPERTIES
in the passed connectionCreationOptions if
callbackHandler is of type DefaultCallbackHandlerconnectionCreationOptions doesn't already contain the Options.SASL_PROPERTIES
with the jboss.sasl.local-user.quiet-authcallbackHandler - The callback handlerconnectionCreationOptions - The connection creation optionsOptionMap with the jboss.sasl.local-user.quiet-auth Property set to true
for the Options.SASL_PROPERTIES option, if the necessary conditions, mentioned earlier, are met. Else, returns back
the passed connectionCreationOptionsCopyright © 2012 JBoss by Red Hat. All Rights Reserved.