Class ContextConfigurationContextSettings

java.lang.Object
io.micronaut.security.ldap.context.ContextConfigurationContextSettings
All Implemented Interfaces:
ContextSettings

public class ContextConfigurationContextSettings extends Object implements ContextSettings
Implementation of ContextSettings that derives its values from an instance of LdapConfiguration.
Since:
1.0
Author:
James Kleeh
  • Constructor Details

    • ContextConfigurationContextSettings

      public ContextConfigurationContextSettings(LdapConfiguration configuration)
      Parameters:
      configuration - The ldap configuration
    • ContextConfigurationContextSettings

      public ContextConfigurationContextSettings(LdapConfiguration configuration, String dn, String password)
      Parameters:
      configuration - The ldap configuration
      dn - The user DN to bind with
      password - The password to bind with
  • Method Details