Class InterceptUrlMapPattern
java.lang.Object
io.micronaut.openapi.visitor.security.InterceptUrlMapPattern
Copy of class io.micronaut.security.config.InterceptUrlMapPattern from micronaut-security.
- Since:
 - 4.8.7
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInterceptUrlMapPattern(String pattern, List<String> access, @Nullable io.micronaut.http.HttpMethod httpMethod)  - 
Method Summary
Modifier and TypeMethodDescriptionio.micronaut.http.HttpMethod 
- 
Constructor Details
- 
InterceptUrlMapPattern
 
 - 
 - 
Method Details
- 
getPattern
 - 
getAccess
 - 
getHttpMethod
public io.micronaut.http.HttpMethod getHttpMethod() 
 -