Class InterceptUrlMapPattern

java.lang.Object
io.micronaut.openapi.visitor.security.InterceptUrlMapPattern

@Internal public final class InterceptUrlMapPattern extends Object
Copy of class io.micronaut.security.config.InterceptUrlMapPattern from micronaut-security.
Since:
4.8.7
  • Constructor Details

    • InterceptUrlMapPattern

      public InterceptUrlMapPattern(String pattern, List<String> access, @Nullable @Nullable io.micronaut.http.HttpMethod httpMethod)
  • Method Details

    • getPattern

      public String getPattern()
    • getAccess

      public List<String> getAccess()
    • getHttpMethod

      public io.micronaut.http.HttpMethod getHttpMethod()