public interface OnEncryptionServiceCreatedListener
| Modifier and Type | Method and Description |
|---|---|
void |
onEncryptionServiceCreated(AbstractEncryptionConfiguration<?> configuration,
EncryptionService service)
A method called when
EncryptionServices are created. |
void onEncryptionServiceCreated(AbstractEncryptionConfiguration<?> configuration, EncryptionService service)
EncryptionServices are created. Typically this will
be done from AbstractEncryptionConfiguration.asService()configuration - the configuration of the new Serviceservice - the new EncryptionServiceCopyright © 2015 JBoss by Red Hat. All rights reserved.