Uses of Interface
de.quantummaid.httpmaid.security.authentication.Authenticator
-
-
Uses of Authenticator in de.quantummaid.httpmaid.security
Methods in de.quantummaid.httpmaid.security with parameters of type Authenticator Modifier and Type Method Description static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateRequestsUsing(Authenticator<HttpRequest> authenticator)static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateUsingCookie(String cookieName, Authenticator<String> authenticator)static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateUsingHeader(String headerName, Authenticator<String> authenticator)static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateUsingOAuth2BearerToken(Authenticator<String> authenticator)static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateUsingPathParameter(String parameterName, Authenticator<String> authenticator)static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateUsingQueryParameter(String parameterName, Authenticator<String> authenticator) -
Uses of Authenticator in de.quantummaid.httpmaid.security.authentication
Methods in de.quantummaid.httpmaid.security.authentication with parameters of type Authenticator Modifier and Type Method Description static AuthenticatorConfiguratorAuthenticatorConfigurator. authenticatorConfigurator(Authenticator<MetaData> authenticator)static AuthenticatorProcessorAuthenticatorProcessor. authenticatorProcessor(Authenticator<MetaData> authenticator, AuthenticatorId authenticatorId, List<Filter> optionalRequests) -
Uses of Authenticator in de.quantummaid.httpmaid.security.basicauth
Subinterfaces of Authenticator in de.quantummaid.httpmaid.security.basicauth Modifier and Type Interface Description interfaceBasicAuthAuthenticator -
Uses of Authenticator in de.quantummaid.httpmaid.security.oauth2
Classes in de.quantummaid.httpmaid.security.oauth2 that implement Authenticator Modifier and Type Class Description classOAuth2AuthenticatorMethods in de.quantummaid.httpmaid.security.oauth2 with parameters of type Authenticator Modifier and Type Method Description static OAuth2AuthenticatorOAuth2Authenticator. oAuth2Authenticator(Authenticator<String> tokenAuthenticator)
-