public interface ServerAuthenticationProvider
Modifier and Type | Method and Description |
---|---|
AuthorizingCallbackHandler |
getCallbackHandler(String mechanismName,
Map<String,String> mechanismProperties)
Get a callback handler for the given mechanism name.
|
AuthorizingCallbackHandler getCallbackHandler(String mechanismName, Map<String,String> mechanismProperties)
mechanismName
- the SASL mechanism to get a callback handler formechanismProperties
- the mechanism properties that might need to be adjusted to support the specific mechanism / callbackhandler combinationnull
if the mechanism is not supportedCopyright © 2023 JBoss, a division of Red Hat. All rights reserved.