Config2_AuthenticatorManager

Authenticator manager for a site. Provides access to authentication plugin configurations. The available authenticator fields depend on which authentication plugins are installed.

Common authenticators include:

  • activeDirectory - Active Directory/Windows authentication
  • database - Database authentication
  • ldap - LDAP authentication
  • saml - SAML Single Sign-On
  • gateway - Gateway authentication (authenticate via remote server)

Instances of this class are obtained from:

Properties

PropertyTypeDescription
activeDirectory Config2_ActiveDirectoryAuthenticator

Active Directory authentication configuration.

database Config2_DatabaseAuthenticator

Database authentication configuration.

gateway Config2_GatewayAuthenticator

Gateway authentication configuration.

ldap Config2_LDAPAuthenticator

LDAP authentication configuration.

saml Config2_SAMLAuthenticator

SAML Single Sign-On configuration.

Property Details

activeDirectory :Config2_ActiveDirectoryAuthenticator

Description:
  • Active Directory authentication configuration. Allows users to authenticate against Windows Active Directory.

Active Directory authentication configuration. Allows users to authenticate against Windows Active Directory.

Type:

database :Config2_DatabaseAuthenticator

Description:
  • Database authentication configuration. Allows users to authenticate against a database.

Database authentication configuration. Allows users to authenticate against a database.

Type:

gateway :Config2_GatewayAuthenticator

Description:
  • Gateway authentication configuration. Allows users to authenticate by connecting to a remote FTP/SFTP server.

Gateway authentication configuration. Allows users to authenticate by connecting to a remote FTP/SFTP server.

Type:

ldap :Config2_LDAPAuthenticator

Description:
  • LDAP authentication configuration. Allows users to authenticate against an LDAP server.

LDAP authentication configuration. Allows users to authenticate against an LDAP server.

Type:

saml :Config2_SAMLAuthenticator

Description:
  • SAML Single Sign-On configuration. Allows users to authenticate via SAML identity providers.

SAML Single Sign-On configuration. Allows users to authenticate via SAML identity providers.

Type: