| Package | Description |
|---|---|
| com.floragunn.searchguard.auth | |
| com.floragunn.searchguard.auth.internal | |
| com.floragunn.searchguard.configuration | |
| com.floragunn.searchguard.user |
| Modifier and Type | Method and Description |
|---|---|
User |
AuthenticationBackend.authenticate(AuthCredentials credentials) |
User |
BackendRegistry.authenticate(org.elasticsearch.transport.TransportRequest request,
org.elasticsearch.transport.TransportChannel channel,
String sslPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AuthenticationBackend.exists(User user) |
void |
AuthorizationBackend.fillRoles(User user,
AuthCredentials authCreds) |
| Modifier and Type | Method and Description |
|---|---|
User |
NoOpAuthenticationBackend.authenticate(AuthCredentials credentials) |
User |
InternalAuthenticationBackend.authenticate(AuthCredentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NoOpAuthenticationBackend.exists(User user) |
boolean |
InternalAuthenticationBackend.exists(User user) |
void |
NoOpAuthorizationBackend.fillRoles(User user,
AuthCredentials authCreds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PrivilegesEvaluator.evaluate(User user,
String action,
org.elasticsearch.action.ActionRequest<?> request) |
Set<String> |
PrivilegesEvaluator.mapSgRoles(User user,
org.elasticsearch.common.transport.TransportAddress caller) |
| Modifier and Type | Field and Description |
|---|---|
static User |
User.ANONYMOUS |
static User |
User.SG_INTERNAL |
| Modifier and Type | Method and Description |
|---|---|
void |
User.copyRolesFrom(User user) |
Copyright © 2015–2016. All rights reserved.