public class NoOpAuthenticationBackend extends Object implements AuthenticationBackend
| Constructor and Description |
|---|
NoOpAuthenticationBackend(org.elasticsearch.common.settings.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
User |
authenticate(AuthCredentials credentials) |
boolean |
exists(User user) |
String |
getType() |
public NoOpAuthenticationBackend(org.elasticsearch.common.settings.Settings settings)
public String getType()
getType in interface AuthenticationBackendpublic User authenticate(AuthCredentials credentials)
authenticate in interface AuthenticationBackendcredentials - , must not be nullpublic boolean exists(User user)
exists in interface AuthenticationBackendCopyright © 2015–2016. All rights reserved.