Interface IUserIdentity

    • Method Detail

      • getIdentifier

        @NotBlank
        @NotBlank String getIdentifier()
        Returns:
        a string that uniquely identifies a user within the client of this user identity.
      • getUserProfile

        UserProfile getUserProfile()
        Returns:
        the user profile this identity is connected to.
      • getClientDescriptor

        @NotNull
        @NotNull IClientDescriptor getClientDescriptor()
        Returns:
        the client descriptor that is used for signing in.