Class GenerateRandomPasswordPropagationActions
java.lang.Object
org.apache.syncope.core.provisioning.java.propagation.GenerateRandomPasswordPropagationActions
- All Implemented Interfaces:
PropagationActions
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Loggerprotected PasswordGeneratorprotected RealmSearchDAOprotected UserDAO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbefore(PropagationTaskInfo taskInfo) Executes logic before actual propagation.protected booleangenerateRandomPassword(PropagationTaskInfo taskInfo) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.syncope.core.provisioning.api.propagation.PropagationActions
after, moreAttrsToGet, moreAttrsToGet, onError
-
Field Details
-
LOG
-
userDAO
-
realmSearchDAO
-
passwordGenerator
-
-
Constructor Details
-
GenerateRandomPasswordPropagationActions
public GenerateRandomPasswordPropagationActions()
-
-
Method Details
-
generateRandomPassword
-
before
Description copied from interface:PropagationActionsExecutes logic before actual propagation.- Specified by:
beforein interfacePropagationActions- Parameters:
taskInfo- propagation task
-