Interface UserRequiredActionsFederatedStorage

All Known Subinterfaces:
UserFederatedStorageProvider, UserFederatedStorageProvider.Streams, UserRequiredActionsFederatedStorage.Streams
All Known Implementing Classes:
JpaUserFederatedStorageProvider

public interface UserRequiredActionsFederatedStorage
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Details

    • getRequiredActionsStream

      Stream<String> getRequiredActionsStream(RealmModel realm, String userId)
      Obtains the names of required actions associated with the federated user identified by userId.
      Parameters:
      realm - a reference to the realm.
      userId - the user identifier.
      Returns:
      a non-null Stream of required action names.
    • addRequiredAction

      void addRequiredAction(RealmModel realm, String userId, String action)
    • removeRequiredAction

      void removeRequiredAction(RealmModel realm, String userId, String action)