Interface JwtCookieConfiguration

  • All Superinterfaces:
    io.micronaut.http.cookie.CookieConfiguration, io.micronaut.core.util.Toggleable
    All Known Implementing Classes:
    JwtCookieConfigurationProperties

    public interface JwtCookieConfiguration
    extends io.micronaut.http.cookie.CookieConfiguration, io.micronaut.core.util.Toggleable
    Since:
    1.0
    Author:
    Sergio del Amo
    • Method Detail

      • getLoginSuccessTargetUrl

        java.lang.String getLoginSuccessTargetUrl()
        Returns:
        String to be parsed into a URI which represents where the user is redirected to after a successful login.
      • getLogoutTargetUrl

        java.lang.String getLogoutTargetUrl()
        Returns:
        String to be parsed into a URI which represents where the user is redirected to after logout.
      • getLoginFailureTargetUrl

        java.lang.String getLoginFailureTargetUrl()
        Returns:
        String to be parsed into a URI which represents where the user is redirected to after a failed login.