com.evolveum.midpoint.notifications.notifiers
Class SimpleModelAccountOperationNotifier

java.lang.Object
  extended by com.evolveum.midpoint.notifications.notifiers.SimpleModelAccountOperationNotifier
All Implemented Interfaces:
Notifier

@Component
public class SimpleModelAccountOperationNotifier
extends Object
implements Notifier

THIS IS CURRENTLY A BIT OBSOLETE. Account changes are listened to a the level of provisioning. This notifier will be changed to 'see' e.g. midpoint user creation or midpoint password changes.

Author:
mederly

Field Summary
static QName NAME
           
static String PARAMETER_SUBJECT
           
 
Constructor Summary
SimpleModelAccountOperationNotifier()
           
 
Method Summary
 void init()
           
 void notify(NotificationRequest request, NotificationConfigurationEntryType notificationConfigurationEntry, NotifierConfigurationType notifierConfiguration, OperationResult result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMETER_SUBJECT

public static final String PARAMETER_SUBJECT
See Also:
Constant Field Values

NAME

public static final QName NAME
Constructor Detail

SimpleModelAccountOperationNotifier

public SimpleModelAccountOperationNotifier()
Method Detail

init

@PostConstruct
public void init()

notify

public void notify(NotificationRequest request,
                   NotificationConfigurationEntryType notificationConfigurationEntry,
                   NotifierConfigurationType notifierConfiguration,
                   OperationResult result)
Specified by:
notify in interface Notifier


Copyright © 2013 evolveum. All Rights Reserved.