Interface LogoutControllerConfiguration

  • All Superinterfaces:
    io.micronaut.core.util.Toggleable
    All Known Implementing Classes:
    LogoutControllerConfigurationProperties

    public interface LogoutControllerConfiguration
    extends io.micronaut.core.util.Toggleable
    Encapsulates the configuration of LogoutController.
    Since:
    1.0
    Author:
    Sergio del Amo
    • Method Detail

      • getPath

        java.lang.String getPath()
        Returns:
        path
      • isGetAllowed

        boolean isGetAllowed()
        Returns:
        Whether HTTP method GET is allowed to invoke LogoutController.