Package no.nav.security.mock.oauth2.http
Interface Route
-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1
public interface Route implements Function1<OAuth2HttpRequest, OAuth2HttpResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRoute.Builder
-
Method Summary
Modifier and Type Method Description abstract Booleanmatch(OAuth2HttpRequest request)-
-
Method Detail
-
match
abstract Boolean match(OAuth2HttpRequest request)
-
-
-
-