Interface IScopeSecurityHandler

All Known Implementing Classes:
ScopeSecurityHandler

public interface IScopeSecurityHandler
Provides an interface for scope security handling.
Author:
Paul Gregoire (mondain@gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determines whether or not a given connection is allowed.
    boolean
    Determines whether or not a given scope is allowed.
  • Method Details

    • allowed

      boolean allowed(IConnection conn)
      Determines whether or not a given connection is allowed.
      Parameters:
      conn - connection
      Returns:
      true if allowed and false otherwise
    • allowed

      boolean allowed(IScope conn)
      Determines whether or not a given scope is allowed.
      Parameters:
      conn - connection
      Returns:
      true if allowed and false otherwise