Interface ApplicationRemoteAddressValidator

All Known Implementing Classes:
ApplicationRemoteAddressValidatorImpl, CachedApplicationRemoteAddressValidator

public interface ApplicationRemoteAddressValidator
Decides if a client address is authorised to connect as a given application.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    validate(Application application, InetAddress clientAddress)
     
  • Method Details

    • validate

      boolean validate(Application application, InetAddress clientAddress)
      Parameters:
      application - the Crowd application the client is trying to connect as
      clientAddress - the address of the client that is trying to connect
      Returns:
      true if the connection is authorised