Class ServerAuthenticationDocs.UsersAuthenticator

java.lang.Object
org.cometd.server.DefaultSecurityPolicy
org.cometd.documentation.server.ServerAuthenticationDocs.UsersAuthenticator
All Implemented Interfaces:
EventListener, org.cometd.bayeux.Bayeux.BayeuxListener, org.cometd.bayeux.server.SecurityPolicy, org.cometd.bayeux.server.ServerSession.RemovedListener, org.cometd.bayeux.server.ServerSession.ServerSessionListener
Enclosing class:
ServerAuthenticationDocs

public class ServerAuthenticationDocs.UsersAuthenticator extends DefaultSecurityPolicy implements org.cometd.bayeux.server.ServerSession.RemovedListener
  • Constructor Details

  • Method Details

    • canHandshake

      public void canHandshake(org.cometd.bayeux.server.BayeuxServer server, org.cometd.bayeux.server.ServerSession session, org.cometd.bayeux.server.ServerMessage message, org.cometd.bayeux.Promise<Boolean> promise)
      Specified by:
      canHandshake in interface org.cometd.bayeux.server.SecurityPolicy
    • removed

      public void removed(org.cometd.bayeux.server.ServerSession session, org.cometd.bayeux.server.ServerMessage message, boolean expired)
      Specified by:
      removed in interface org.cometd.bayeux.server.ServerSession.RemovedListener