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.

@FunctionalInterface public static interface JerseyAuthenticationProvider.UserValidator
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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isValid

      boolean isValid(String user)