Interface OauthControllerConfiguration

  • All Superinterfaces:
    io.micronaut.security.endpoints.ControllerConfiguration, io.micronaut.core.util.Toggleable
    All Known Implementing Classes:
    OauthControllerConfigurationProperties

    public interface OauthControllerConfiguration
    extends io.micronaut.security.endpoints.ControllerConfiguration
    Encapsulates the configuration of OauthController.
    Since:
    1.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isGetAllowed()  
      • Methods inherited from interface io.micronaut.security.endpoints.ControllerConfiguration

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

        isEnabled
    • Method Detail

      • isGetAllowed

        boolean isGetAllowed()
        Returns:
        Whether GET requests are allowed to refresh tokens. Only applies to cookie based requests.