Class ManagementRuntimeAuthConfig
java.lang.Object
io.quarkus.vertx.http.runtime.management.ManagementRuntimeAuthConfig
Authentication for the management interface.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe HTTP permissionsThe HTTP role based policiesMap the `SecurityIdentity` roles to deployment specific roles and add the matching roles to `SecurityIdentity`. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
permissions
The HTTP permissions -
rolePolicy
The HTTP role based policies -
rolesMapping
Map the `SecurityIdentity` roles to deployment specific roles and add the matching roles to `SecurityIdentity`.For example, if `SecurityIdentity` has a `user` role and the endpoint is secured with a 'UserRole' role, use this property to map the `user` role to the `UserRole` role, and have `SecurityIdentity` to have both `user` and `UserRole` roles.
-
-
Constructor Details
-
ManagementRuntimeAuthConfig
public ManagementRuntimeAuthConfig()
-