public class MicrosoftAuthenticatorAuthenticationMethodTarget extends AuthenticationMethodTarget implements IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
MicrosoftAuthenticatorAuthenticationMode |
authenticationMode
The Authentication Mode.
|
java.util.EnumSet<AuthenticatorAppFeatureSettings> |
featureSettings
The Feature Settings.
|
isRegistrationRequired, targetType| Constructor and Description |
|---|
MicrosoftAuthenticatorAuthenticationMethodTarget() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManagerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadditionalDataManager@SerializedName(value="authenticationMode",
alternate="AuthenticationMode")
@Expose
public MicrosoftAuthenticatorAuthenticationMode authenticationMode
@SerializedName(value="featureSettings",
alternate="FeatureSettings")
@Expose
public java.util.EnumSet<AuthenticatorAppFeatureSettings> featureSettings
public MicrosoftAuthenticatorAuthenticationMethodTarget()
public com.google.gson.JsonObject getRawObject()
getRawObject in class AuthenticationMethodTargetprotected ISerializer getSerializer()
getSerializer in class AuthenticationMethodTargetpublic void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject in interface IJsonBackedObjectsetRawObject in class AuthenticationMethodTargetserializer - the serializerjson - the JSON object to set this object to