Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JDBCAuthorizationOptions

Hierarchy

  • JDBCAuthorizationOptions

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 JDBCAuthorizationOptions

setRolesQuery

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

    Parameters

    • rolesQuery: string

    Returns JDBCAuthorizationOptions

Generated using TypeDoc