Class DefaultCredentialChecker
- java.lang.Object
-
- org.apache.syncope.core.spring.security.DefaultCredentialChecker
-
public class DefaultCredentialChecker extends Object
Provides some methods to check whether default credentials are being used, and logs a warning if they are.
-
-
Constructor Summary
Constructors Constructor Description DefaultCredentialChecker(String jwsKey, String adminPassword, String anonymousKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkIsDefaultAdminPasswordInUse()
void
checkIsDefaultAnonymousKeyInUse()
void
checkIsDefaultJWSKeyInUse()
-