public class JAXRPCObjectImplEventListener extends Object implements IdEventListener
Constructor and Description |
---|
JAXRPCObjectImplEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
allIdentitiesChanged()
The method is called when all identities in the repository are changed.
|
void |
identityChanged(String universalId)
This method is called back for all identities that are modified in a
repository.
|
void |
identityDeleted(String universalId)
This method is called back for all identities that are deleted from a
repository.
|
void |
identityRenamed(String universalId)
This method is called for all identities that are renamed in a
repository.
|
public void identityChanged(String universalId)
IdEventListener
identityChanged
in interface IdEventListener
universalId
- Universal Identifier of the identity.public void identityDeleted(String universalId)
IdEventListener
identityDeleted
in interface IdEventListener
universalId
- Univerval Identifierpublic void identityRenamed(String universalId)
IdEventListener
identityRenamed
in interface IdEventListener
universalId
- Universal Identifierpublic void allIdentitiesChanged()
IdEventListener
allIdentitiesChanged
in interface IdEventListener
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.