Interface MAMAppConfigManager

  • All Implemented Interfaces:

    
    public interface MAMAppConfigManager
    
                        

    Allows retrieving the MAMAppConfig for a given user. An instance of this class can be obtained via MAMComponents.get(MAMAppConfigManager.class)

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract MAMAppConfig getAppConfig(@Nullable() String identity) returns custom app configuration data for the given user.
      abstract MAMAppConfig getAppConfigForOID(@Nullable() String oid) returns custom app configuration data for the given user.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getAppConfig

        @Deprecated()@NonNull() abstract MAMAppConfig getAppConfig(@Nullable() String identity)

        returns custom app configuration data for the given user.

        Parameters:
        identity - UPN of the user for whom the config data is retrieved.
        Returns:

        a MAMAppConfig object containing the config data.

      • getAppConfigForOID

        @NonNull() abstract MAMAppConfig getAppConfigForOID(@Nullable() String oid)

        returns custom app configuration data for the given user.

        Parameters:
        oid - AAD OID of the user for whom the config data is retrieved.
        Returns:

        a MAMAppConfig object containing the config data.