Uses of Class
com.floragunn.searchguard.dlic.rest.api.Endpoint
-
Packages that use Endpoint Package Description com.floragunn.searchguard.dlic.rest.api -
-
Uses of Endpoint in com.floragunn.searchguard.dlic.rest.api
Methods in com.floragunn.searchguard.dlic.rest.api that return Endpoint Modifier and Type Method Description protected abstract EndpointAbstractApiAction. getEndpoint()protected EndpointActionGroupsApiAction. getEndpoint()protected EndpointAuthTokenProcessorAction. getEndpoint()protected EndpointBlocksApiAction. getEndpoint()protected EndpointFlushCacheApiAction. getEndpoint()protected EndpointInternalUsersApiAction. getEndpoint()protected EndpointLicenseApiAction. getEndpoint()protected EndpointRolesApiAction. getEndpoint()protected EndpointRolesMappingApiAction. getEndpoint()protected EndpointSgConfigAction. getEndpoint()protected EndpointTenantsApiAction. getEndpoint()static EndpointEndpoint. valueOf(String name)Returns the enum constant of this type with the specified name.static Endpoint[]Endpoint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.floragunn.searchguard.dlic.rest.api that return types with arguments of type Endpoint Modifier and Type Method Description Map<Endpoint,List<org.elasticsearch.rest.RestRequest.Method>>RestApiPrivilegesEvaluator. getDisabledEndpointsForCurrentUser(String userPrincipal, Set<String> userRoles)Methods in com.floragunn.searchguard.dlic.rest.api with parameters of type Endpoint Modifier and Type Method Description StringRestApiPrivilegesEvaluator. checkAccessPermissions(org.elasticsearch.rest.RestRequest request, Endpoint endpoint)Check if the current request is allowed to use the REST API and the requested end point.
-