Class DefaultAuthPolicyConf
java.lang.Object
org.apache.syncope.common.lib.policy.DefaultAuthPolicyConf
- All Implemented Interfaces:
Serializable,BaseBean,AuthPolicyConf
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanisTryAll()voidsetBypassEnabled(boolean bypassEnabled) voidsetBypassPrincipalAttributeName(String bypassPrincipalAttributeName) voidsetBypassPrincipalAttributeValue(String bypassPrincipalAttributeValue) voidsetBypassTrustedDeviceEnabled(boolean bypassTrustedDeviceEnabled) voidsetForceMfaExecution(boolean forceMfaExecution) voidsetTryAll(boolean tryAll)
-
Constructor Details
-
DefaultAuthPolicyConf
public DefaultAuthPolicyConf()
-
-
Method Details
-
isTryAll
public boolean isTryAll() -
setTryAll
public void setTryAll(boolean tryAll) -
isBypassEnabled
public boolean isBypassEnabled() -
setBypassEnabled
public void setBypassEnabled(boolean bypassEnabled) -
isForceMfaExecution
public boolean isForceMfaExecution() -
setForceMfaExecution
public void setForceMfaExecution(boolean forceMfaExecution) -
getBypassPrincipalAttributeName
-
setBypassPrincipalAttributeName
-
getBypassPrincipalAttributeValue
-
setBypassPrincipalAttributeValue
-
isBypassTrustedDeviceEnabled
public boolean isBypassTrustedDeviceEnabled() -
setBypassTrustedDeviceEnabled
public void setBypassTrustedDeviceEnabled(boolean bypassTrustedDeviceEnabled) -
getAuthModules
-