Skip to content

Commit

Permalink
convert filters to kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-olaveide committed Dec 3, 2023
1 parent a2a4d4c commit 282c943
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import no.nav.security.token.support.core.http.HttpRequest
import no.nav.security.token.support.core.http.HttpRequest.NameValue
import no.nav.security.token.support.core.validation.JwtTokenValidationHandler

class JwtTokenValidationFilter(private val jwtTokenValidationHandler : JwtTokenValidationHandler, private val contextHolder : TokenValidationContextHolder) : Filter {
open class JwtTokenValidationFilter(private val jwtTokenValidationHandler : JwtTokenValidationHandler, private val contextHolder : TokenValidationContextHolder) : Filter {

override fun destroy() {}

Expand Down

0 comments on commit 282c943

Please sign in to comment.