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 |
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.
|
getAuthentication
java.util.List<java.lang.String> getIpPatterns()
java.util.List<InterceptUrlMapPattern> getInterceptUrlMap()
InterceptUrlMapPattern
default AuthenticationStrategy getAuthenticationProviderStrategy()
default boolean isRejectNotFound()