public interface SecurityConfiguration
extends io.micronaut.core.util.Toggleable
Modifier and Type | Method and Description |
---|---|
default AuthenticationStrategy |
getAuthenticationStrategy() |
java.util.List<InterceptUrlMapPattern> |
getInterceptUrlMap() |
java.util.List<java.lang.String> |
getIpPatterns() |
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.
|
java.util.List<java.lang.String> getIpPatterns()
java.util.List<InterceptUrlMapPattern> getInterceptUrlMap()
InterceptUrlMapPattern
default AuthenticationStrategy getAuthenticationStrategy()
default boolean isRejectNotFound()