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

com.floragunn.searchguard.dlic.rest.api.Endpoint Maven / Gradle / Ivy

There is a newer version: 7.5.1-38.0.0
Show newest version
/*
 * Copyright 2017 by floragunn GmbH - All rights reserved
 * 
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed here is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * 
 * This software is free of charge for non-commercial and academic use. 
 * For commercial use in a production environment you have to obtain a license 
 * from https://floragunn.com
 * 
 */
package com.floragunn.searchguard.dlic.rest.api;

public enum Endpoint {
	ACTIONGROUPS,
	CACHE,
	SGCONFIG,
	LICENSE,
	ROLES,
	ROLESMAPPING,
	INTERNALUSERS,
	SYSTEMINFO,
	PERMISSIONSINFO,
	AUTHTOKEN,
	TENANTS;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy