Interface UserBulkUpdateProvider

  • All Known Subinterfaces:
    UserProvider, UserProvider.Streams

    public interface UserBulkUpdateProvider
    This is an optional capability interface that is intended to be implemented by any UserStorageProvider that supports bulk operations.
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Method Detail

      • grantToAllUsers

        void grantToAllUsers​(RealmModel realm,
                             RoleModel role)
        Grants the given role to all users from particular realm. The role has to belong to the realm.
        Parameters:
        realm - Realm
        role - Role to be granted