MetabaseInternalAuthenticatioActivationOptions

Description

The MetabaseInternalAuthenticatioActivationOptions enumeration contains parameters used to activate inner authentication in repository. It is used by the IMetabaseAuthenticationPolicy.EnableInternalAuthentication method.

Comments

The enumeration is outdated, use IMetabasePolicy.CheckUserPassword.

Available Values

Value Brief description
0 Default. By default ForceRehash and HashCurrentUser values are used.
1 SkipAbililyCheck. Do not check if authorization can be enabled by means of Foresight Analytics Platform.
2 MarkUsersMustChangePassword. For users the Require password change on the next system enter checkbox will be enabled.
3 ForceRehash. Deletes all passwords hash from repository system tables.
4 HashCurrentUser. Saves password hash for the current user.

See also:

Metabase Assembly Enumerations