Package io.micronaut.security.config
Interface InterceptUrlPatternModifier
- All Known Implementing Classes:
 DefaultInterceptUrlPatternModifier
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Decorates a 
InterceptUrlMapPattern. It can for example prepend the pattern with a server context path.- Since:
 - 3.7.3
 - Author:
 - Sergio del Amo
 
- 
Method Summary
 
- 
Method Details
- 
modify
- Parameters:
 interceptUrlMapPattern- Intercept url pattern- Returns:
 - the intercepUrlMapPattern after modification.
 
 
 -