Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyFileAuthorization

Factory interface for creating property file based {@link AuthenticationProvider} instances.

Hierarchy

  • any
    • PropertyFileAuthorization

Index

Methods

Methods

Static create

  • create(id: string, authorizations: Authorization): AuthorizationProvider
  • create(vertx: Vertx, path: string): PropertyFileAuthorization
  • create an authorization provider with the specified id and authorizations

    Parameters

    • id: string
    • authorizations: Authorization

    Returns AuthorizationProvider

  • Create a File authentication provider

    Parameters

    • vertx: Vertx
    • path: string

    Returns PropertyFileAuthorization

Generated using TypeDoc