public class AuthenticatorFactory extends Object
Authenticator.| Constructor and Description |
|---|
AuthenticatorFactory() |
| Modifier and Type | Method and Description |
|---|---|
Authenticator |
getAuthenticator(io.ballerina.messaging.broker.common.StartupContext startupContext,
BrokerAuthConfiguration.AuthenticationConfiguration authenticationConfiguration,
UserStore userStore)
Provides an instance of @
Authenticator |
public Authenticator getAuthenticator(io.ballerina.messaging.broker.common.StartupContext startupContext, BrokerAuthConfiguration.AuthenticationConfiguration authenticationConfiguration, UserStore userStore) throws Exception
AuthenticatorstartupContext - the startup context provides registered services for authenticator
functionality.authenticationConfiguration - the authentication configurationuserStore - user storeException - throws if error occurred while providing new instance of authenticatorCopyright © 2018 WSO2. All rights reserved.