public class OAuth2Authenticator<U extends User> extends Object implements io.dropwizard.auth.Authenticator<String,U>
OAuth2Authenticator(OAuth2TokenConfig config, Class<U> userClass)
Optional<U>
authenticate(String accessToken)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Inject public OAuth2Authenticator(OAuth2TokenConfig config, Class<U> userClass)
public Optional<U> authenticate(String accessToken) throws io.dropwizard.auth.AuthenticationException
authenticate
io.dropwizard.auth.Authenticator<String,U extends User>
io.dropwizard.auth.AuthenticationException
Copyright © 2020 LeanIX GmbH. All rights reserved.