Interface LogoutControllerConfiguration

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

public interface LogoutControllerConfiguration extends ControllerConfiguration
Encapsulates the configuration of LogoutController.
Since:
1.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface io.micronaut.security.endpoints.ControllerConfiguration

    getPath

    Methods inherited from interface io.micronaut.core.util.Toggleable

    isEnabled
  • Method Details

    • isGetAllowed

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