Interface AuthorizerLookup


public interface AuthorizerLookup
  • Method Summary

    Modifier and Type
    Method
    Description
    getAuthorizer(String identifier)
    Looks up the Authorizer with the specified identifier
  • Method Details

    • getAuthorizer

      Authorizer getAuthorizer(String identifier)
      Looks up the Authorizer with the specified identifier
      Parameters:
      identifier - The identifier of the Authorizer
      Returns:
      The Authorizer