Uses of Class
com.floragunn.searchguard.user.AuthCredentials
-
-
Uses of AuthCredentials in com.floragunn.searchguard.auth
Methods in com.floragunn.searchguard.auth that return AuthCredentials Modifier and Type Method Description AuthCredentialsHTTPAuthenticator. extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext context)ExtractAuthCredentialsfromRestRequestMethods in com.floragunn.searchguard.auth with parameters of type AuthCredentials Modifier and Type Method Description UserAuthenticationBackend. authenticate(AuthCredentials credentials)Validate credentials and return an authenticated user (or throw an ElasticsearchSecurityException)voidAuthorizationBackend. fillRoles(User user, AuthCredentials credentials)Populate aUserwith backend roles.voidAuthFailureListener. onAuthFailure(InetAddress remoteAddress, AuthCredentials authCredentials, Object request)booleanHTTPAuthenticator. reRequestAuthentication(org.elasticsearch.rest.RestChannel channel, AuthCredentials credentials)If theextractCredentials()call was not successful or the authentication flow needs another roundtrip this method will be called. -
Uses of AuthCredentials in com.floragunn.searchguard.auth.internal
Methods in com.floragunn.searchguard.auth.internal with parameters of type AuthCredentials Modifier and Type Method Description UserInternalAuthenticationBackend. authenticate(AuthCredentials credentials)UserNoOpAuthenticationBackend. authenticate(AuthCredentials credentials)voidInternalAuthenticationBackend. fillRoles(User user, AuthCredentials credentials)voidNoOpAuthorizationBackend. fillRoles(User user, AuthCredentials authCreds) -
Uses of AuthCredentials in com.floragunn.searchguard.auth.limiting
Methods in com.floragunn.searchguard.auth.limiting with parameters of type AuthCredentials Modifier and Type Method Description abstract voidAbstractRateLimiter. onAuthFailure(InetAddress remoteAddress, AuthCredentials authCredentials, Object request)voidAddressBasedRateLimiter. onAuthFailure(InetAddress remoteAddress, AuthCredentials authCredentials, Object request)voidUserNameBasedRateLimiter. onAuthFailure(InetAddress remoteAddress, AuthCredentials authCredentials, Object request) -
Uses of AuthCredentials in com.floragunn.searchguard.http
Methods in com.floragunn.searchguard.http that return AuthCredentials Modifier and Type Method Description AuthCredentialsHTTPBasicAuthenticator. extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)AuthCredentialsHTTPClientCertAuthenticator. extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)AuthCredentialsHTTPProxyAuthenticator. extractCredentials(org.elasticsearch.rest.RestRequest request, org.elasticsearch.common.util.concurrent.ThreadContext context)AuthCredentialsHTTPProxyAuthenticator2. extractCredentials(org.elasticsearch.rest.RestRequest restRequest, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)Methods in com.floragunn.searchguard.http with parameters of type AuthCredentials Modifier and Type Method Description booleanHTTPBasicAuthenticator. reRequestAuthentication(org.elasticsearch.rest.RestChannel channel, AuthCredentials creds)booleanHTTPClientCertAuthenticator. reRequestAuthentication(org.elasticsearch.rest.RestChannel channel, AuthCredentials creds)booleanHTTPProxyAuthenticator. reRequestAuthentication(org.elasticsearch.rest.RestChannel channel, AuthCredentials creds)booleanHTTPProxyAuthenticator2. reRequestAuthentication(org.elasticsearch.rest.RestChannel restChannel, AuthCredentials authCredentials) -
Uses of AuthCredentials in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return AuthCredentials Modifier and Type Method Description static AuthCredentialsHTTPHelper. extractCredentials(String authorizationHeader, org.apache.logging.log4j.Logger log) -
Uses of AuthCredentials in com.floragunn.searchguard.user
Methods in com.floragunn.searchguard.user that return AuthCredentials Modifier and Type Method Description AuthCredentialsAuthCredentials.Builder. build()AuthCredentialsAuthCredentials. markComplete()Deprecated.Methods in com.floragunn.searchguard.user with parameters of type AuthCredentials Modifier and Type Method Description User.BuilderUser.Builder. with(AuthCredentials authCredentials)Constructors in com.floragunn.searchguard.user with parameters of type AuthCredentials Constructor Description User(String name, Collection<String> roles, AuthCredentials customAttributes)Create a new authenticated user
-