Interface ManagementRuntimeAuthConfig
public interface ManagementRuntimeAuthConfig
Authentication for the management interface.
-
Method Summary
Modifier and TypeMethodDescriptionThe HTTP permissionsThe HTTP role based policiesMap the `SecurityIdentity` roles to deployment specific roles and add the matching roles to `SecurityIdentity`.
-
Method 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.
-