Class TestLdapConnectionResource


  • public class TestLdapConnectionResource
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • testLDAPConnection

        @POST
        @Consumes("application/x-www-form-urlencoded")
        @Deprecated
        public javax.ws.rs.core.Response testLDAPConnection​(@FormParam("action")
                                                            String action,
                                                            @FormParam("connectionUrl")
                                                            String connectionUrl,
                                                            @FormParam("bindDn")
                                                            String bindDn,
                                                            @FormParam("bindCredential")
                                                            String bindCredential,
                                                            @FormParam("useTruststoreSpi")
                                                            String useTruststoreSpi,
                                                            @FormParam("connectionTimeout")
                                                            String connectionTimeout,
                                                            @FormParam("componentId")
                                                            String componentId,
                                                            @FormParam("startTls")
                                                            String startTls)
        Deprecated.
        Test LDAP connection
        Parameters:
        action -
        connectionUrl -
        bindDn -
        bindCredential -
        Returns:
      • testLDAPConnection

        @POST
        @Consumes("application/json")
        public javax.ws.rs.core.Response testLDAPConnection​(TestLdapConnectionRepresentation config)
        Test LDAP connection
        Returns: