public interface PamSettingsTenantInterface
Modifier and Type | Method and Description |
---|---|
int |
getLoginMaximumRetries() |
int |
getLoginMaximumRetriesWithoutDelay() |
int |
getLoginRetryFirstDelay() |
String |
getPasswordGenerationPattern() |
int |
getPasswordMinLength() |
int |
getPkcs5Iterations() |
String |
getRegexPattern() |
boolean |
getUseCustomRestriction() |
boolean |
isChapCompatiblePasswords()
defines (as default) whether passwords shall be stored in CHAP compatible way, i.e. only encrypted and not hashed.
|
void |
setChapCompatiblePasswords(boolean chapCompatibility)
controls whether passwords should (additionally) be stored in CHAP
compatible way.
|
void |
setLoginMaximumRetries(int loginMaximumRetries) |
void |
setLoginMaximumRetriesWithoutDelay(int loginMaximumRetriesWithoutDelay) |
void |
setLoginRetryFirstDelay(int loginRetryFirstDelay) |
void |
setPasswordGenerationPattern(String passwordGenerationPattern)
Must be a square bracket surrounded expression like [a-zA-Z0-9+-=_'\"*%&/\\()^~@#€$£?!
|
void |
setPasswordMinLength(int passwordMinLength) |
void |
setPkcs5Iterations(int pkcs5Iterations) |
void |
setRegexPattern(String regexPattern) |
void |
setUseCustomRestriction(boolean useCustomRestriction) |
int getLoginMaximumRetries()
void setLoginMaximumRetries(int loginMaximumRetries)
int getPkcs5Iterations()
void setPkcs5Iterations(int pkcs5Iterations)
int getPasswordMinLength()
void setPasswordMinLength(int passwordMinLength)
String getRegexPattern()
void setRegexPattern(String regexPattern)
boolean getUseCustomRestriction()
void setUseCustomRestriction(boolean useCustomRestriction)
int getLoginMaximumRetriesWithoutDelay()
void setLoginMaximumRetriesWithoutDelay(int loginMaximumRetriesWithoutDelay)
int getLoginRetryFirstDelay()
void setLoginRetryFirstDelay(int loginRetryFirstDelay)
String getPasswordGenerationPattern()
void setPasswordGenerationPattern(String passwordGenerationPattern)
passwordGenerationPattern
- the passwordGenerationPattern to setboolean isChapCompatiblePasswords()
void setChapCompatiblePasswords(boolean chapCompatibility)
chapCompatibility
- true
means that passwords shall additionally be
stored non-hashed, false
does only stored hashed
password.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.