Interface SpecialPrivilegesEvaluationContext
-
- All Known Implementing Classes:
InternalAuthTokenProvider.AuthFromInternalAuthToken
public interface SpecialPrivilegesEvaluationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.elasticsearch.common.transport.TransportAddressgetCaller()Set<String>getMappedRoles()SgRolesgetSgRoles()UsergetUser()default booleanisSgConfigRestApiAllowed()default booleanrequiresPrivilegeEvaluationForLocalRequests()
-
-
-
Method Detail
-
getUser
User getUser()
-
getSgRoles
SgRoles getSgRoles()
-
getCaller
default org.elasticsearch.common.transport.TransportAddress getCaller()
-
requiresPrivilegeEvaluationForLocalRequests
default boolean requiresPrivilegeEvaluationForLocalRequests()
-
isSgConfigRestApiAllowed
default boolean isSgConfigRestApiAllowed()
-
-