public interface AuthenticationBackend
| Modifier and Type | Method and Description |
|---|---|
User |
authenticate(AuthCredentials credentials) |
boolean |
exists(User user) |
String |
getType() |
String getType()
User authenticate(AuthCredentials credentials) throws org.elasticsearch.ElasticsearchSecurityException
credentials - , must not be nullorg.elasticsearch.ElasticsearchSecurityExceptionboolean exists(User user)
Copyright © 2015–2016. All rights reserved.