Class DefaultCredentialChecker
java.lang.Object
org.apache.syncope.core.spring.security.DefaultCredentialChecker
Provides some methods to check whether default credentials are being used, and logs a warning if they are.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultCredentialChecker(String aesKey, String jwsKey, String adminPassword, String anonymousKey, boolean productionMode) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
Constructor Details
-
DefaultCredentialChecker
public DefaultCredentialChecker(String aesKey, String jwsKey, String adminPassword, String anonymousKey, boolean productionMode) throws IOException - Throws:
IOException
-
-
Method Details
-
checkIsDefaultAESKeyInUse
public void checkIsDefaultAESKeyInUse() -
checkIsDefaultJWSKeyInUse
public void checkIsDefaultJWSKeyInUse() -
checkIsDefaultAdminPasswordInUse
public void checkIsDefaultAdminPasswordInUse() -
checkIsDefaultAnonymousKeyInUse
public void checkIsDefaultAnonymousKeyInUse()
-