Interface WingsAuthDetailsSource

  • All Implemented Interfaces:
    org.springframework.security.authentication.AuthenticationDetailsSource

    
    public interface WingsAuthDetailsSource<T extends WingsAuthDetails>
     implements AuthenticationDetailsSource<C, T>
                        

    Construct details for further validation

    Since:

    2021-02-08

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      T buildDetails(@NotNull() HttpServletRequest request)
      abstract T buildDetails(@NotNull() Enum<out Object> authType, @NotNull() HttpServletRequest request) build details, null if not accept
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • buildDetails

         T buildDetails(@NotNull() HttpServletRequest request)
      • buildDetails

         abstract T buildDetails(@NotNull() Enum<out Object> authType, @NotNull() HttpServletRequest request)

        build details, null if not accept

        Parameters:
        authType - supported enum
        request - request
        Returns:

        detail or null