Package io.bdeploy.jersey
Interface JerseyAuthenticationProvider.UserValidator
- Enclosing class:
- JerseyAuthenticationProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
JerseyAuthenticationProvider.UserValidator will verify that a successfully authenticated user is still valid.
The validator should make sure that the user is still available, active, etc.
-
Method Summary
-
Method Details
-
isValid
-