Class GemDirectoryEntrySynchronizationApi

    • Constructor Detail

      • GemDirectoryEntrySynchronizationApi

        public GemDirectoryEntrySynchronizationApi​(GemApiClient apiClient)
    • Method Detail

      • readDirectoryEntryForSyncCall

        public okhttp3.Call readDirectoryEntryForSyncCall​(java.lang.String uid,
                                                          java.lang.String givenName,
                                                          java.lang.String sn,
                                                          java.lang.String cn,
                                                          java.lang.String displayName,
                                                          java.lang.String streetAddress,
                                                          java.lang.String postalCode,
                                                          java.lang.String countryCode,
                                                          java.lang.String localityName,
                                                          java.lang.String stateOrProvinceName,
                                                          java.lang.String title,
                                                          java.lang.String organization,
                                                          java.lang.String otherName,
                                                          java.lang.String telematikID,
                                                          java.lang.String telematikIDSubStr,
                                                          java.lang.String specialization,
                                                          java.lang.String domainID,
                                                          java.lang.String owner,
                                                          java.lang.String personalEntry,
                                                          java.lang.String dataFromAuthority,
                                                          java.lang.Boolean baseEntryOnly,
                                                          ApiCallback _callback)
                                                   throws ApiException
        Description copied from class: DirectoryEntrySynchronizationApi
        Build call for readDirectoryEntryForSync
        Overrides:
        readDirectoryEntryForSyncCall in class DirectoryEntrySynchronizationApi
        Parameters:
        uid - ID von dem Verzeichniseintrag (distinguishedName.uid) (optional)
        givenName - Erlaubt die Suche mit Hilfe des Attributs givenName. (optional)
        sn - Erlaubt die Suche mit Hilfe des Attributs sn. (optional)
        cn - Erlaubt die Suche mit Hilfe des Attributs cn. (optional)
        displayName - Erlaubt die Suche mit Hilfe des Attributs displayName. (optional)
        streetAddress - Erlaubt die Suche mit Hilfe des Attributs streetAddress. (optional)
        postalCode - Erlaubt die Suche mit Hilfe des Attributs postalCode. (optional)
        countryCode - Erlaubt die Suche mit Hilfe des Attributs countryCode. (optional)
        localityName - Erlaubt die Suche mit Hilfe des Attributs localityName. (optional)
        stateOrProvinceName - Erlaubt die Suche mit Hilfe des Attributs stateOrProvinceName. (optional)
        title - Erlaubt die Suche mit Hilfe des Attributs title. (optional)
        organization - Erlaubt die Suche mit Hilfe des Attributs organization. (optional)
        otherName - Erlaubt die Suche mit Hilfe des Attributs otherName. (optional)
        telematikID - Erlaubt die Suche mit Hilfe des Attributs telematikID (die telematikID in den Basisdaten). (optional)
        telematikIDSubStr - Erlaubt die Suche nach einem Substring am Anfang der telematikID (die telematikID in den Basisdaten). Entspricht der LDAP Filters Substring Assertion vom Typ \"subInitial Component\". (optional)
        specialization - Erlaubt die Suche mit Hilfe des Attributs specialization. Der Verzeichniseintrag wird selektiert, wenn die angegebene domainID im Attribut domainID (array) des Verzeichniseintrags enthalten ist. (optional)
        domainID - Erlaubt die Suche mit Hilfe des Attributs domainID. Der Verzeichniseintrag wird selektiert, wenn die angegebene domainID im Attribut domainID (array) des Verzeichniseintrags enthalten ist. (optional)
        owner - Erlaubt die Suche mit Hilfe des Attributs holder. Der Verzeichniseintrag wird selektiert, wenn der angegebene holder im Attribut holder (array) des Verzeichniseintrags enthalten ist. Wenn der Parameter mit dem eigenen Wert des Clients belegt wird, werden alle gefundenen Einträge zurückgegeben (für eigene Einträge gilt das Limit von 100 Ergebnissen nicht). Zur Suche nach Einträge ohne holder ist der Parameter mit dem einem leeren String \"\" zu belegen. Auch in diesem Fall werden alle gefundenen Einträge zurückgegeben (für Einträge ohne holder gilt das Limit von 100 Ergebnissen nicht). (optional)
        personalEntry - Erlaubt die Suche mit Hilfe des Attributs personalEntry. (optional)
        dataFromAuthority - Erlaubt die Suche mit Hilfe des Attributs dataFromAuthority. (optional)
        baseEntryOnly - Mit baseEntryOnly = \"true\" wird nur der Basiseintrag (baseDirectoryEntry) im Response zurückgegeben. Falls nicht angegeben oder mit \"false\" belegt, wird der gesamte Verzeichniseintrag mit Zertifikaten und Fachdaten im Response zurückgegeben. (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object