MetabaseAuthenticationType

Description

The MetabaseAuthenticationType enumeration contains variants of authentication in repository. It is used by the IMetabaseAuthenticationPolicy.AuthenticationType property.

Comments

The enumeration is outdated, use IMetabasePolicy.CheckUserPassword.

Available values

Value Brief description
0 Unknown. Undefined.
1 External. Authentication is made by DBMS tools.
2 Internal. Value is reserved for the future.
3 Mixed. Authorization is enabled by means of Prognoz Platform 9 tools and DBMS tools: when the user logs in the system, user authorization in DBMS is executed, then user password hash in Prognoz Platform 9 is checked.

See also:

Metabase Assembly Enumerations