All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.restroutes.generated.LdapResource Maven / Gradle / Ivy


package org.graylog2.restroutes.generated;

import org.graylog2.restroutes.PathMethod;

public class LdapResource {


    public PathMethod getLdapSettings() {
        return new PathMethod("GET", "/system/ldap/settings");
    }

    public PathMethod testLdapConfiguration() {
        return new PathMethod("POST", "/system/ldap/test");
    }

    public PathMethod updateLdapSettings() {
        return new PathMethod("PUT", "/system/ldap/settings");
    }

    public PathMethod deleteLdapSettings() {
        return new PathMethod("DELETE", "/system/ldap/settings");
    }

    public PathMethod readGroupMapping() {
        return new PathMethod("GET", "/system/ldap/settings/groups");
    }

    public PathMethod updateGroupMappingSettings() {
        return new PathMethod("PUT", "/system/ldap/settings/groups");
    }

    public PathMethod readGroups() {
        return new PathMethod("GET", "/system/ldap/groups");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy