|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.model.synchronizer.CredentialsProcessor
@Component public class CredentialsProcessor
Processor that takes password from user and synchronizes it to accounts.
The implementation is very simple now. It only cares about password value, not expiration or other password facets. It completely ignores other credential types.
Constructor Summary | |
---|---|
CredentialsProcessor()
|
Method Summary | |
---|---|
void |
processCredentials(SyncContext context,
OperationResult result)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CredentialsProcessor()
Method Detail |
---|
public void processCredentials(SyncContext context, OperationResult result) throws ExpressionEvaluationException, ObjectNotFoundException, SchemaException
ExpressionEvaluationException
ObjectNotFoundException
SchemaException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |