Interface JwtConfiguration

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

public interface JwtConfiguration extends io.micronaut.core.util.Toggleable
Represents configuration of the JWT token.
Since:
1.0
Author:
Sergio del Amo
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isEnabled

      boolean isEnabled()
      Specified by:
      isEnabled in interface io.micronaut.core.util.Toggleable
      Returns:
      a boolean flag indicating whether JWT beans should be enabled or not