Package com.strongdm.api
Class MFAConfig
java.lang.Object
com.strongdm.api.MFAConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanIndicates if MFA is enabled for the organization.getOkta()Okta MFA configuration.The MFA provider, one of the MFAProvider constants.voidsetEnabled(boolean in) Indicates if MFA is enabled for the organization.voidsetOkta(OktaMFAConfig in) Okta MFA configuration.voidsetProvider(String in) The MFA provider, one of the MFAProvider constants.
-
Constructor Details
-
MFAConfig
public MFAConfig()
-
-
Method Details
-
getEnabled
public boolean getEnabled()Indicates if MFA is enabled for the organization. -
setEnabled
public void setEnabled(boolean in) Indicates if MFA is enabled for the organization. -
getOkta
Okta MFA configuration. Future providers will be added to this wrapper. -
setOkta
Okta MFA configuration. Future providers will be added to this wrapper. -
getProvider
The MFA provider, one of the MFAProvider constants. -
setProvider
The MFA provider, one of the MFAProvider constants.
-