public interface SaslServerBuilder
SaslServer for register security mechanisms.| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getCallbackHandler()
This is used to store and provide security information to authenticator
|
String |
getMechanismName()
Provides list of mechanisms supported by server
|
Map<String,?> |
getProperties()
Provides map of properties which needs to be passed in to the Sasl.createSaslServer.
|
Class<? extends SaslServerFactory> |
getServerFactoryClass()
Provides server factory
SaslServerFactory for the Java Cryptography Architecture
(JCA) registration. |
String getMechanismName()
CallbackHandler getCallbackHandler()
Map<String,?> getProperties()
Class<? extends SaslServerFactory> getServerFactoryClass()
SaslServerFactory for the Java Cryptography Architecture
(JCA) registration.Copyright © 2018 WSO2. All rights reserved.