Package org.forgerock.openig.filter.jwt
Interface JwtValidatorCustomizer
-
- All Known Implementing Classes:
ScriptableJwtValidatorCustomizer
public interface JwtValidatorCustomizer
This interface provides a generic way to enrich aJwtValidator.Builder
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enrich(JwtValidator.Builder builder)
This method enriches aJwtValidator.Builder
by adding claim checks.
-
-
-
Method Detail
-
enrich
void enrich(JwtValidator.Builder builder)
This method enriches aJwtValidator.Builder
by adding claim checks.- Parameters:
builder
- the builder to enrich
-
-