public static class EXoContinuationBayeux.EXoSecurityPolicy extends Object implements org.cometd.bayeux.server.SecurityPolicy, org.cometd.bayeux.server.ServerSession.RemoveListener
| Constructor and Description |
|---|
EXoSecurityPolicy(EXoContinuationBayeux bayeux) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreate(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
String channelId,
org.cometd.bayeux.server.ServerMessage message) |
boolean |
canHandshake(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerMessage message) |
boolean |
canPublish(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerChannel channel,
org.cometd.bayeux.server.ServerMessage message) |
boolean |
canSubscribe(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerChannel channel,
org.cometd.bayeux.server.ServerMessage message) |
void |
removed(org.cometd.bayeux.server.ServerSession session,
boolean timeout) |
public EXoSecurityPolicy(EXoContinuationBayeux bayeux)
public boolean canCreate(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
String channelId,
org.cometd.bayeux.server.ServerMessage message)
canCreate in interface org.cometd.bayeux.server.SecurityPolicypublic boolean canHandshake(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerMessage message)
canHandshake in interface org.cometd.bayeux.server.SecurityPolicypublic boolean canPublish(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerChannel channel,
org.cometd.bayeux.server.ServerMessage message)
canPublish in interface org.cometd.bayeux.server.SecurityPolicypublic boolean canSubscribe(org.cometd.bayeux.server.BayeuxServer server,
org.cometd.bayeux.server.ServerSession client,
org.cometd.bayeux.server.ServerChannel channel,
org.cometd.bayeux.server.ServerMessage message)
canSubscribe in interface org.cometd.bayeux.server.SecurityPolicypublic void removed(org.cometd.bayeux.server.ServerSession session,
boolean timeout)
removed in interface org.cometd.bayeux.server.ServerSession.RemoveListenerCopyright © 2003–2020 eXo Platform SAS. All rights reserved.