-
- All Implemented Interfaces:
-
android.os.Parcelable,java.io.Serializable
public class AuthenticationChallenge implements Parcelable, Serializable
Copyright 2017 Meniga Iceland Inc.
-
-
Field Summary
Fields Modifier and Type Field Description protected ChallengeContentTypecontentTypeprotected StringtextChallengeprotected StringerrorMessageprotected StringerrorMessageCodeprotected StringuserIdentifierprotected StringloginHelpprotected List<MenigaRealmAuthParameter>requiredParameterspublic final static Parcelable.Creator<AuthenticationChallenge>CREATOR
-
Constructor Summary
Constructors Constructor Description AuthenticationChallenge()
-
Method Summary
Modifier and Type Method Description booleanisCanSave()booleanequals(Object o)inthashCode()intdescribeContents()voidwriteToParcel(Parcel dest, int flags)ChallengeContentTypegetContentType()StringgetTextChallenge()StringgetErrorMessage()StringgetErrorMessageCode()StringgetUserIdentifier()StringgetLoginHelp()List<MenigaRealmAuthParameter>getRequiredParameters()-
-
Method Detail
-
isCanSave
boolean isCanSave()
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
getContentType
ChallengeContentType getContentType()
-
getTextChallenge
String getTextChallenge()
-
getErrorMessage
String getErrorMessage()
-
getErrorMessageCode
String getErrorMessageCode()
-
getUserIdentifier
String getUserIdentifier()
-
getLoginHelp
String getLoginHelp()
-
getRequiredParameters
List<MenigaRealmAuthParameter> getRequiredParameters()
-
-
-
-