public interface SecurityConfiguration extends io.micronaut.core.util.Toggleable, AuthenticationModeConfiguration
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationStrategy |
getAuthenticationProviderStrategy() |
java.util.List<InterceptUrlMapPattern> |
getInterceptUrlMap() |
java.util.List<java.lang.String> |
getIpPatterns() |
default boolean |
isInterceptUrlMapPrependPatternWithContextPath() |
default boolean |
isRejectNotFound()
For cases where no security rule handles a request and it is determined
that the request does not match any routes on the server, whether the response
should be to reject the request or allow the not found response to be returned.
|
getAuthenticationjava.util.List<java.lang.String> getIpPatterns()
java.util.List<InterceptUrlMapPattern> getInterceptUrlMap()
InterceptUrlMapPatterndefault AuthenticationStrategy getAuthenticationProviderStrategy()
default boolean isRejectNotFound()
default boolean isInterceptUrlMapPrependPatternWithContextPath()