Class GoogleMfaAuthModuleConf
java.lang.Object
org.apache.syncope.common.lib.auth.GoogleMfaAuthModuleConf
- All Implemented Interfaces:
Serializable,AuthModuleConf,LDAPDependantAuthModuleConf,MFAAuthModuleConf,BaseBean
public class GoogleMfaAuthModuleConf
extends Object
implements MFAAuthModuleConf, LDAPDependantAuthModuleConf
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classNested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintgetLabel()getLdap()intlongintbooleanmap(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) voidsetCodeDigits(int codeDigits) voidsetCryptoAlgorithm(OIDCTokenEncryptionEncoding cryptoAlgorithm) voidsetCryptoStrategy(GoogleMfaAuthModuleConf.CryptoStrategy cryptoStrategy) voidsetEnableCrypto(boolean enableCrypto) voidsetEncryptionKey(String encryptionKey) voidsetEncryptionKeySize(int encryptionKeySize) voidvoidvoidvoidsetSigningKey(String signingKey) voidsetSigningKeySize(int signingKeySize) voidsetTimeStepSize(long timeStepSize) voidsetWindowSize(int windowSize)
-
Constructor Details
-
GoogleMfaAuthModuleConf
public GoogleMfaAuthModuleConf()
-
-
Method Details
-
ldapInstance
- Specified by:
ldapInstancein interfaceLDAPDependantAuthModuleConf
-
getFriendlyName
- Specified by:
getFriendlyNamein interfaceMFAAuthModuleConf
-
getIssuer
-
setIssuer
-
getLabel
-
setLabel
-
getCodeDigits
public int getCodeDigits() -
setCodeDigits
public void setCodeDigits(int codeDigits) -
getTimeStepSize
public long getTimeStepSize() -
setTimeStepSize
public void setTimeStepSize(long timeStepSize) -
getWindowSize
public int getWindowSize() -
setWindowSize
public void setWindowSize(int windowSize) -
isEnableCrypto
public boolean isEnableCrypto() -
setEnableCrypto
public void setEnableCrypto(boolean enableCrypto) -
getCryptoAlgorithm
-
setCryptoAlgorithm
-
getCryptoStrategy
-
setCryptoStrategy
-
getSigningKeySize
public int getSigningKeySize() -
setSigningKeySize
public void setSigningKeySize(int signingKeySize) -
getSigningKey
-
setSigningKey
-
getEncryptionKeySize
public int getEncryptionKeySize() -
setEncryptionKeySize
public void setEncryptionKeySize(int encryptionKeySize) -
getEncryptionKey
-
setEncryptionKey
-
getLdap
-
setLdap
-
map
- Specified by:
mapin interfaceAuthModuleConf
-