-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
public class MenigaRealm implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected long
id
protected String
description
protected String
identifier
protected AuthorizationType
authorizationType
protected String
contentPageId
protected String
externalRegistrationUrl
public final static Parcelable.Creator<MenigaRealm>
CREATOR
-
Method Summary
-
-
Method Detail
-
setOperator
static void setOperator(MenigaRealmOperations operations)
-
showDuringSignup
boolean showDuringSignup()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getRealmAccounts
static Result<List<MenigaRealmAccount>> getRealmAccounts(long realmUserId, String sessionToken)
-
addRealmAccountsToMeniga
static Result<List<MenigaRealmAccount>> addRealmAccountsToMeniga(long realmUserId, List<MenigaRealmAccount> accounts, String sessionToken)
-
getInitialRealmAuthenticationSteps
Result<MenigaRealmAuthResponse> getInitialRealmAuthenticationSteps()
-
performBankAuthenticationStep
Result<MenigaRealmAuthResponse> performBankAuthenticationStep(List<MenigaRealmAuthParameter> authPars, String userId, String sessionToken)
-
transferUserAccounts
Result<MenigaRealmAuthResponse> transferUserAccounts(String realmUserId, String sessionToken)
Transfers the accounts of a realm user (indicated by sessionToken) to another realm user (indicated by realmUserId).This action can only be taken after authenticating to a realm and receiving a RealmUserExists error.
- Parameters:
realmUserId
- The realm user to which the accounts will be transferred.sessionToken
- The id of the session.
-
getId
long getId()
-
getDescription
String getDescription()
-
getIdentifier
String getIdentifier()
-
getAuthorizationType
AuthorizationType getAuthorizationType()
-
getContentPageId
String getContentPageId()
-
getExternalRegistrationUrl
String getExternalRegistrationUrl()
-
-
-
-