All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.vertx.http.runtime.PolicyConfig.jdp Maven / Gradle / Ivy

#
#Wed Jun 21 11:12:51 CEST 2023
io.quarkus.vertx.http.runtime.PolicyConfig.permissionClass=Permissions granted by this policy will be created with a `java.security.Permission` implementation\nspecified by this configuration property. The permission class must declare exactly one constructor\nthat accepts permission name (`String`) or permission name and actions (`String`, `String[]`).
io.quarkus.vertx.http.runtime.PolicyConfig.rolesAllowed=The roles that are allowed to access resources protected by this policy.\nBy default, access is allowed to any authenticated user.
io.quarkus.vertx.http.runtime.PolicyConfig.permissions=Permissions granted to the `SecurityIdentity` if this policy is applied successfully\n(the policy allows request to proceed) and the authenticated request has required role.\nFor example, you can map permission `perm1` with actions `action1` and `action2` to role `admin` by setting\n`quarkus.http.auth.policy.role-policy1.permissions.admin\=perm1\:action1,perm1\:action2` configuration property.\nGranted permissions are used for authorization with the `@PermissionsAllowed` annotation.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy