Interface HttpSecurityFlowMetaData<F extends java.lang.Enum<F>>

    • Method Detail

      • getKey

        F getKey()
        Obtains the Enum key identifying the application Flow to instigate.
        Returns:
        Enum key identifying the application Flow to instigate.
      • getArgumentType

        java.lang.Class<?> getArgumentType()

        Obtains the Class of the argument that is passed to the Flow.

        This may be null to indicate no argument is passed.

        Returns:
        Type of the argument that is passed to the Flow.
      • getLabel

        java.lang.String getLabel()
        Provides a descriptive name for this Flow. This is useful to better describe the Flow.
        Returns:
        Descriptive name for this Flow.