Uses of Interface
org.apache.archiva.redback.common.ldap.connection.LdapConnection
-
-
Uses of LdapConnection in org.apache.archiva.redback.common.ldap.connection
Classes in org.apache.archiva.redback.common.ldap.connection that implement LdapConnection Modifier and Type Class Description classDefaultLdapConnectionThe configuration for a connection will not change.Methods in org.apache.archiva.redback.common.ldap.connection that return LdapConnection Modifier and Type Method Description LdapConnectionLdapConnectionFactory. getConnection()LdapConnectionLdapConnectionFactory. getConnection(String bindDn, String password)LdapConnectionLdapConnectionFactory. getConnection(Rdn subRdn)LdapConnectionLdapConnectionFactory. getConnection(LdapConnectionConfiguration ldapConnectionConfiguration) -
Uses of LdapConnection in org.apache.archiva.redback.rbac.ldap
Methods in org.apache.archiva.redback.rbac.ldap with parameters of type LdapConnection Modifier and Type Method Description protected voidLdapRbacManager. closeLdapConnection(LdapConnection ldapConnection) -
Uses of LdapConnection in org.apache.archiva.redback.rest.services
Methods in org.apache.archiva.redback.rest.services with parameters of type LdapConnection Modifier and Type Method Description protected voidDefaultLdapGroupMappingService. closeLdapConnection(LdapConnection ldapConnection)Deprecated. -
Uses of LdapConnection in org.apache.archiva.redback.rest.services.v2
Methods in org.apache.archiva.redback.rest.services.v2 with parameters of type LdapConnection Modifier and Type Method Description protected voidDefaultGroupService. closeLdapConnection(LdapConnection ldapConnection)
-