Package io.jans.configapi.service.auth
Class LdapConfigurationService
java.lang.Object
io.jans.configapi.service.auth.LdapConfigurationService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.jans.model.ldap.GluuLdapConfiguration
findByName
(String name) List<io.jans.model.ldap.GluuLdapConfiguration>
void
void
save
(io.jans.model.ldap.GluuLdapConfiguration ldapConfiguration) void
boolean
shouldEncryptPassword
(io.jans.model.ldap.GluuLdapConfiguration ldapConfiguration) void
update
(io.jans.model.ldap.GluuLdapConfiguration ldapConfiguration)
-
Constructor Details
-
LdapConfigurationService
public LdapConfigurationService()
-
-
Method Details
-
findLdapConfigurations
-
save
public void save(io.jans.model.ldap.GluuLdapConfiguration ldapConfiguration) -
save
-
update
public void update(io.jans.model.ldap.GluuLdapConfiguration ldapConfiguration) -
remove
-
findByName
-
shouldEncryptPassword
public boolean shouldEncryptPassword(io.jans.model.ldap.GluuLdapConfiguration ldapConfiguration)
-