Interface MyAuthProvider.AuthHandler<T extends org.springframework.security.core.Authentication>

  • Enclosing class:
    MyAuthProvider

    public static interface MyAuthProvider.AuthHandler<T extends org.springframework.security.core.Authentication>
    • Method Detail

      • handle

        org.springframework.security.core.Authentication handle​(T authentication)