public class AuthDetails
Represents authentication details, needed by the Webcom.addIdentity
method to
create a new account.
Webcom.addIdentity
Constructor and Description |
---|
AuthDetails(java.lang.String id,
java.lang.String password,
java.lang.String displayName,
java.lang.Object profile)
Represents authentication details, needed by the
Webcom.addIdentity method to
create a new account. |
AuthDetails(java.lang.String id,
java.lang.String password,
java.lang.String displayName)
Represents authentication details, needed by the
Webcom.addIdentity method to
create a new account. |
AuthDetails(java.lang.String id,
java.lang.String password)
Represents authentication details, needed by the
Webcom.addIdentity method to
create a new account. |
AuthDetails(java.lang.String id)
Represents authentication details, needed by the
Webcom.addIdentity method to
create a new account. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName() |
java.lang.String |
getId() |
java.lang.String |
getPassword() |
java.lang.Object |
getProfile() |
void |
setDisplayName(java.lang.String p) |
void |
setPassword(java.lang.String p) |
void |
setProfile(java.lang.Object p) |
@JvmOverloads public AuthDetails(@NotNull java.lang.String id, @Nullable java.lang.String password, @Nullable java.lang.String displayName, @Nullable java.lang.Object profile)
Represents authentication details, needed by the Webcom.addIdentity
method to
create a new account.
Webcom.addIdentity
@JvmOverloads public AuthDetails(@NotNull java.lang.String id, @Nullable java.lang.String password, @Nullable java.lang.String displayName)
Represents authentication details, needed by the Webcom.addIdentity
method to
create a new account.
Webcom.addIdentity
@JvmOverloads public AuthDetails(@NotNull java.lang.String id, @Nullable java.lang.String password)
Represents authentication details, needed by the Webcom.addIdentity
method to
create a new account.
Webcom.addIdentity
@JvmOverloads public AuthDetails(@NotNull java.lang.String id)
Represents authentication details, needed by the Webcom.addIdentity
method to
create a new account.
Webcom.addIdentity
@NotNull public java.lang.String getId()
@Nullable public java.lang.String getPassword()
public void setPassword(@Nullable java.lang.String p)
@Nullable public java.lang.String getDisplayName()
public void setDisplayName(@Nullable java.lang.String p)
@Nullable public java.lang.Object getProfile()
public void setProfile(@Nullable java.lang.Object p)