Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SqlAuthorizationOptions

Options configuring JDBC authentication.

Hierarchy

  • SqlAuthorizationOptions

Index

Constructors

constructor

Methods

getPermissionsQuery

  • getPermissionsQuery(): string
  • Set the permissions query to use. Use this if you want to override the default permissions query.

    Returns string

getRolesQuery

  • getRolesQuery(): string
  • Set the roles query to use. Use this if you want to override the default roles query.

    Returns string

setPermissionsQuery

  • Set the permissions query to use. Use this if you want to override the default permissions query.

    Parameters

    • permissionsQuery: string

    Returns SqlAuthorizationOptions

setRolesQuery

  • Set the roles query to use. Use this if you want to override the default roles query.

    Parameters

    • rolesQuery: string

    Returns SqlAuthorizationOptions

toJson

  • toJson(): {}
  • Returns {}

    • [key: string]: any

Generated using TypeDoc