JavaScript Extension Development API for Oracle Visual Builder Cloud Service - Classic Applications

Class: bop/js/api/operation/BOPAuthenticators

Provide a reference to the default implementation of The BOPAuthenticator object

Version:
  • 17.1.1
Source:

Methods

getDefault(dependencies, resourceProvider) → {bop/js/spi/operation/BOPAuthenticator}

stable API

Returns an instance of the default authenticator for invoking rest services that defines a whitelist of resources in order to make use of the built in authentication mechanism.

Parameters:
Name Type Description
dependencies Object

A representation of the dependencies used to instantiate a BOP.

resourceProvider bop/js/spi/resource/ResourceProvider

The instance of ResourceProvider that defines the whitelist of resources that this authenticator can access.

Version:
  • 17.1.1
Source:
Returns:

the default authenticator

Type
bop/js/spi/operation/BOPAuthenticator