Interface LdapSecurityRealmBuildTimeConfig


@ConfigMapping(prefix="quarkus.security.ldap") @ConfigRoot(phase=BUILD_TIME) public interface LdapSecurityRealmBuildTimeConfig
A configuration object for an LDAP based realm configuration, LdapSecurityRealm
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    The option to enable the ldap elytron module
    The elytron realm name
     
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      The option to enable the ldap elytron module
    • realmName

      @WithDefault("Quarkus") String realmName()
      The elytron realm name
    • toString

      String toString()
      Overrides:
      toString in class Object