Package stroom.query.security
Class UserAuthenticator
- java.lang.Object
- 
- stroom.query.security.UserAuthenticator
 
- 
- All Implemented Interfaces:
- io.dropwizard.auth.Authenticator<org.jose4j.jwt.consumer.JwtContext,ServiceUser>
 
 public class UserAuthenticator extends java.lang.Object implements io.dropwizard.auth.Authenticator<org.jose4j.jwt.consumer.JwtContext,ServiceUser> 
- 
- 
Constructor SummaryConstructors Constructor Description UserAuthenticator()
 - 
Method SummaryModifier and Type Method Description java.util.Optional<ServiceUser>authenticate(org.jose4j.jwt.consumer.JwtContext context)
 
- 
- 
- 
Method Detail- 
authenticatepublic java.util.Optional<ServiceUser> authenticate(org.jose4j.jwt.consumer.JwtContext context) throws io.dropwizard.auth.AuthenticationException - Specified by:
- authenticatein interface- io.dropwizard.auth.Authenticator<org.jose4j.jwt.consumer.JwtContext,ServiceUser>
- Throws:
- io.dropwizard.auth.AuthenticationException
 
 
- 
 
-