Interface SystemAuthenticationControl

All Superinterfaces:
Feature, SecurityStoreFeature

public interface SystemAuthenticationControl extends SecurityStoreFeature
This feature allows a client session to query and update the system authentication store.

Access control

In order to query the store the session needs VIEW_SECURITY permission and in order to update the store it needs MODIFY_SECURITY permission.

Accessing the feature

This feature may be obtained from a session as follows:
 SystemAuthenticationControl systemAuthenticationControl =
     session.feature(SystemAuthenticationControl.class);
 
Since:
5.2
Author:
DiffusionData Limited