public class OAuthAuthenticator extends Object implements Authenticator
Constructor and Description |
---|
OAuthAuthenticator() |
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.
|
public void init(Map<String,String> globalProperties)
Authenticator
init
in interface Authenticator
globalProperties
- related to the output adapterpublic AuthenticationInfo isAuthenticated(Map<String,List<String>> webSocketConnectionProperties)
Authenticator
isAuthenticated
in interface Authenticator
Copyright © 2017 WSO2. All rights reserved.