Interface AuthorizationListener

All Known Implementing Classes:
SuccessAuthorizationListener

public interface AuthorizationListener
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks is client with handshake data is authorized
  • Method Details

    • isAuthorized

      boolean isAuthorized(HandshakeData data)
      Checks is client with handshake data is authorized
      Parameters:
      data - - handshake data
      Returns:
      - true if client is authorized of false otherwise