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 enum
static class
Nested classes/interfaces inherited from interface org.apache.syncope.common.lib.auth.AuthModuleConf
AuthModuleConf.Mapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
getLabel()
getLdap()
int
long
int
boolean
map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) void
setCodeDigits
(int codeDigits) void
setCryptoAlgorithm
(OIDCTokenEncryptionEncoding cryptoAlgorithm) void
setCryptoStrategy
(GoogleMfaAuthModuleConf.CryptoStrategy cryptoStrategy) void
setEnableCrypto
(boolean enableCrypto) void
setEncryptionKey
(String encryptionKey) void
setEncryptionKeySize
(int encryptionKeySize) void
void
void
void
setSigningKey
(String signingKey) void
setSigningKeySize
(int signingKeySize) void
setTimeStepSize
(long timeStepSize) void
setWindowSize
(int windowSize)
-
Constructor Details
-
GoogleMfaAuthModuleConf
public GoogleMfaAuthModuleConf()
-
-
Method Details
-
ldapInstance
- Specified by:
ldapInstance
in interfaceLDAPDependantAuthModuleConf
-
getFriendlyName
- Specified by:
getFriendlyName
in 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:
map
in interfaceAuthModuleConf
-