public class PlainSaslServerBuilder extends Object implements SaslServerBuilder
SaslServerBuilder to build the PLAIN SASL provider mechanism.| Constructor and Description |
|---|
PlainSaslServerBuilder() |
| 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. |
public String getMechanismName()
SaslServerBuildergetMechanismName in interface SaslServerBuilderpublic CallbackHandler getCallbackHandler()
SaslServerBuildergetCallbackHandler in interface SaslServerBuilderpublic Map<String,?> getProperties()
SaslServerBuildergetProperties in interface SaslServerBuilderpublic Class<? extends SaslServerFactory> getServerFactoryClass()
SaslServerBuilderSaslServerFactory for the Java Cryptography Architecture
(JCA) registration.getServerFactoryClass in interface SaslServerBuilderCopyright © 2018 WSO2. All rights reserved.