Interface AllowedAccountInfo

  • All Implemented Interfaces:

    
    public interface AllowedAccountInfo
    
                        

    Provides information about an account which is permitted to sign in to the app.

    • 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 String getUPN()
      abstract String getAADUserId()
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getUPN

        @NonNull() abstract String getUPN()
        Returns:

        The UPN of the user. Will always be non-null.

      • getAADUserId

        @Nullable() abstract String getAADUserId()
        Returns:

        The AAD object id of the user (a GUID). This may be null if unknown.