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)
Authenticatorinit in interface AuthenticatorglobalProperties - related to the output adapterpublic AuthenticationInfo isAuthenticated(Map<String,List<String>> webSocketConnectionProperties)
AuthenticatorisAuthenticated in interface AuthenticatorCopyright © 2017 WSO2. All rights reserved.