Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
OAuthAuthenticator.isAuthenticated(Map<String,List<String>> webSocketConnectionProperties) |
AuthenticationInfo |
Authenticator.isAuthenticated(Map<String,List<String>> webSocketConnectionProperties)
Check whether the client is authenticated to connect.
|
Modifier and Type | Method and Description |
---|---|
AuthenticationInfo |
OAuthTokenValdiator.validateToken(Map<String,List<String>> webSocketConnectionProperties)
This method gets a string accessToken and validates it
|
Modifier and Type | Method and Description |
---|---|
boolean |
Authorizer.isAuthorized(AuthenticationInfo authenticationInfo,
javax.websocket.Session session,
String stream)
Check whether the client is authorized to connect with the stream.
|
boolean |
DeviceAuthorizer.isAuthorized(AuthenticationInfo authenticationInfo,
javax.websocket.Session session,
String stream) |
Copyright © 2017 WSO2. All rights reserved.