Methods Summary |
---|
public void | securityServiceCreated(SecurityServiceEvent event)New security service element created.
It is called whenever a SecurityServiceEvent with action of
SecurityServiceEvent.ACTION_CREATE is received.
|
public void | securityServiceDeleted(SecurityServiceEvent event)security service deleted.
It is called whenever a SecurityServiceEvent with action of
SecurityServiceEvent.ACTION_DELETE is received.
|
public void | securityServiceUpdated(SecurityServiceEvent event)security service element updated (attributes change).
It is called whenever a SecurityServiceEvent with action of
SecurityServiceEvent.ACTION_UPDATE is received.
|