Interface LdapSecurityRealmRuntimeConfig
@ConfigMapping(prefix="quarkus.security.ldap")
@ConfigRoot(phase=RUN_TIME)
public interface LdapSecurityRealmRuntimeConfig
Runtime configuration object for an LDAP based realm configuration,
LdapSecurityRealm
-
Method Details
-
directVerification
@WithDefault("true") boolean directVerification()Provided credentials are verified against ldap? -
dirContext
DirContextConfig dirContext()The ldap server configuration -
cache
CacheConfig cache()The LDAP cache configuration -
identityMapping
IdentityMappingConfig identityMapping()The config which we use to map an identity -
toString
String toString()
-