org.jboss.ejb.client.remoting
@Deprecated public class RemotingConnectionUtil extends Object
Constructor and Description |
---|
RemotingConnectionUtil()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static org.xnio.OptionMap |
addSilentLocalAuthOptionsIfApplicable(CallbackHandler callbackHandler,
org.xnio.OptionMap connectionCreationOptions)
Deprecated.
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 org.xnio.OptionMap addSilentLocalAuthOptionsIfApplicable(CallbackHandler callbackHandler, org.xnio.OptionMap connectionCreationOptions)
jboss.sasl.local-user.quiet-auth
property
to the Options.SASL_PROPERTIES
in the passed connectionCreationOptions
if
callbackHandler
is of type DefaultCallbackHandler
connectionCreationOptions
doesn't already contain the Options.SASL_PROPERTIES
with the jboss.sasl.local-user.quiet-auth
callbackHandler
- 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 connectionCreationOptions
Copyright © 2015 JBoss by Red Hat. All rights reserved.