Class UserIdentity
On this page
Realm is now Atlas Device SDK – Learn More
io.realm.mongodb
io.realm.mongodb.UserIdentity
Each User is represented by 1 or more identities each defined by an Credentials.Provider . This class represents the identity defined by a specific provider.
Method Summary
Modifier and Type | Method and Description |
---|---|
public boolean | |
public String | getId () Returns a unique identifier for this identity. |
public Credentials.Provider | getProvider () Returns the provider defining this identity. |
public int | hashCode () |
public String | toString () |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Method Detail
equals
getId
getProvider
public Credentials.Provider getProvider () |
---|
Returns the provider defining this identity. Returns |