### YamlMime:JavaType constructors: - fullName: com.microsoft.aad.adal.UserInfo.UserInfo() name: UserInfo() nameWithType: UserInfo.UserInfo() summary:
Default constructor for
The
Constructor for creating
Upn that is used to construct the
Constructor for
Unique user id for the userInfo.
name: userid type:Given name for the userInfo.
name: givenName type:Family name for the userInfo.
name: familyName type:IdentityProvider for the userInfo.
name: identityProvider type:Displayable for the userInfo.
name: displayableId type:Constructor for
the displayable user name
type:Gets displayable user name.
syntax: public String getDisplayableId() uid: com.microsoft.aad.adal.UserInfo.getDisplayableId() - fullName: com.microsoft.aad.adal.UserInfo.getFamilyName() name: getFamilyName() nameWithType: UserInfo.getFamilyName() returns: description:the family name of the user
type:Gets family name.
syntax: public String getFamilyName() uid: com.microsoft.aad.adal.UserInfo.getFamilyName() - fullName: com.microsoft.aad.adal.UserInfo.getGivenName() name: getGivenName() nameWithType: UserInfo.getGivenName() returns: description:the given name of the user
type:Gets given name.
syntax: public String getGivenName() uid: com.microsoft.aad.adal.UserInfo.getGivenName() - fullName: com.microsoft.aad.adal.UserInfo.getIdentityProvider() name: getIdentityProvider() nameWithType: UserInfo.getIdentityProvider() returns: description:the identity provider
type:Gets Identity provider.
syntax: public String getIdentityProvider() uid: com.microsoft.aad.adal.UserInfo.getIdentityProvider() - fullName: com.microsoft.aad.adal.UserInfo.getPasswordChangeUrl() name: getPasswordChangeUrl() nameWithType: UserInfo.getPasswordChangeUrl() returns: description:the password change uri
type:Gets password change url.
syntax: public Uri getPasswordChangeUrl() uid: com.microsoft.aad.adal.UserInfo.getPasswordChangeUrl() - fullName: com.microsoft.aad.adal.UserInfo.getPasswordExpiresOn() name: getPasswordExpiresOn() nameWithType: UserInfo.getPasswordExpiresOn() returns: description:the time when the password will expire
type:Gets password expires on.
syntax: public Date getPasswordExpiresOn() uid: com.microsoft.aad.adal.UserInfo.getPasswordExpiresOn() - fullName: com.microsoft.aad.adal.UserInfo.getUserId() name: getUserId() nameWithType: UserInfo.getUserId() returns: description:the unique id representing an user
type:Gets unique user id.
syntax: public String getUserId() uid: com.microsoft.aad.adal.UserInfo.getUserId() nameWithType: UserInfo syntax: public class UserInfo type: class uid: com.microsoft.aad.adal.UserInfo fullName: com.microsoft.aad.adal.UserInfo name: UserInfo package: com.microsoft.aad.adal summary:Contains information of a single user.
metadata: {}