com.floragunn.searchguard.dlic.rest.api.Endpoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dlic-search-guard-enterprise-modules Show documentation
Show all versions of dlic-search-guard-enterprise-modules Show documentation
Enterprise Modules for Search Guard
/*
* 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;
}