public interface Authenticator
Modifier and Type | Method and Description |
---|---|
void |
init(Map<String,String> globalProperties)
This is used to initialize the authenticator
|
AuthenticationInfo |
isAuthenticated(Map<String,List<String>> webSocketConnectionProperties)
Check whether the client is authenticated to connect.
|
void init(Map<String,String> globalProperties)
globalProperties
- related to the output adapterAuthenticationInfo isAuthenticated(Map<String,List<String>> webSocketConnectionProperties)
Copyright © 2017 WSO2. All rights reserved.