Uses of Interface
io.quarkus.vertx.http.runtime.security.HttpSecurityPolicy
-
Packages that use HttpSecurityPolicy Package Description io.quarkus.vertx.http.runtime.security -
-
Uses of HttpSecurityPolicy in io.quarkus.vertx.http.runtime.security
Classes in io.quarkus.vertx.http.runtime.security that implement HttpSecurityPolicy Modifier and Type Class Description classAuthenticatedHttpSecurityPolicypermission checker that checks if the user is authenticatedclassDenySecurityPolicyclassPathMatchingHttpSecurityPolicyA security policy that allows for matching of other security policies based on paths.classPermitSecurityPolicyclassRolesAllowedHttpSecurityPolicypermission checker that handles role based permissionsFields in io.quarkus.vertx.http.runtime.security declared as HttpSecurityPolicy Modifier and Type Field Description (package private) HttpSecurityPolicyPathMatchingHttpSecurityPolicy.HttpMatcher. checkerFields in io.quarkus.vertx.http.runtime.security with type parameters of type HttpSecurityPolicy Modifier and Type Field Description (package private) List<HttpSecurityPolicy>HttpAuthorizer. policiesMethods in io.quarkus.vertx.http.runtime.security that return types with arguments of type HttpSecurityPolicy Modifier and Type Method Description List<HttpSecurityPolicy>PathMatchingHttpSecurityPolicy. findPermissionCheckers(io.vertx.core.http.HttpServerRequest request)Method parameters in io.quarkus.vertx.http.runtime.security with type arguments of type HttpSecurityPolicy Modifier and Type Method Description (package private) voidPathMatchingHttpSecurityPolicy. init(HttpBuildTimeConfig config, Map<String,Supplier<HttpSecurityPolicy>> supplierMap)io.quarkus.arc.runtime.BeanContainerListenerHttpSecurityRecorder. initPermissions(HttpBuildTimeConfig permissions, Map<String,Supplier<HttpSecurityPolicy>> policies)Constructors in io.quarkus.vertx.http.runtime.security with parameters of type HttpSecurityPolicy Constructor Description HttpMatcher(String authMechanism, Set<String> methods, HttpSecurityPolicy checker)Constructor parameters in io.quarkus.vertx.http.runtime.security with type arguments of type HttpSecurityPolicy Constructor Description HttpAuthorizer(javax.enterprise.inject.Instance<HttpSecurityPolicy> installedPolicies)
-