public interface Authorizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAuthorized(AuthenticationInfo authenticationInfo,
javax.websocket.Session session,
String stream)
Check whether the client is authorized to connect with the stream.
|
boolean isAuthorized(AuthenticationInfo authenticationInfo, javax.websocket.Session session, String stream)
authenticationInfo - authenticated client information.session - request session of the client.stream - stream name of the client connecting to.Copyright © 2016 WSO2. All rights reserved.