ModularRealmAuthorizer.setRolePermissionResolver

Sets the specified {@link RolePermissionResolver RolePermissionResolver} on <em>all</em> of the wrapped realms that implement the {@link hunt.shiro.authz.permission.RolePermissionResolverAware PermissionResolverAware} interface. <p/> Only call this method if you want the permission resolver to be passed to all realms that implement the <code>RolePermissionResolver</code> interface. If you do not want this to occur, the realms must configure themselves individually (or be configured individually).

@param rolePermissionResolver the rolePermissionResolver to set on all of the wrapped realms that implement the {@link hunt.shiro.authz.permission.RolePermissionResolverAware RolePermissionResolverAware} interface.

class ModularRealmAuthorizer
void
setRolePermissionResolver

Meta