com.evolveum.midpoint.model.synchronizer
Class CredentialsProcessor

java.lang.Object
  extended by com.evolveum.midpoint.model.synchronizer.CredentialsProcessor

@Component
public class CredentialsProcessor
extends java.lang.Object

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.

Author:
Radovan Semancik

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

CredentialsProcessor

public CredentialsProcessor()
Method Detail

processCredentials

public void processCredentials(SyncContext context,
                               OperationResult result)
                        throws ExpressionEvaluationException,
                               ObjectNotFoundException,
                               SchemaException
Throws:
ExpressionEvaluationException
ObjectNotFoundException
SchemaException


Copyright © 2012 evolveum. All Rights Reserved.