ModularRealmAuthorizer.setPermissionResolver

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

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

class ModularRealmAuthorizer
void
setPermissionResolver

Meta