-
public final class CredentialUtils.CredentialDataA simple data class representing the information required by the new CredentialManager.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidentifierprivate final StringdisplayNameprivate final Stringpasswordprivate final UriprofilePictureUri
-
Constructor Summary
Constructors Constructor Description CredentialUtils.CredentialData(String identifier, String displayName, String password, Uri profilePictureUri)
-
Method Summary
Modifier and Type Method Description StringgetIdentifier()StringgetDisplayName()StringgetPassword()UrigetProfilePictureUri()-
-
Method Detail
-
getIdentifier
String getIdentifier()
-
getDisplayName
String getDisplayName()
-
getPassword
String getPassword()
-
getProfilePictureUri
Uri getProfilePictureUri()
-
-
-
-