@Service @Singleton public class SecurityConfigListener extends Object implements org.jvnet.hk2.config.ConfigListener, org.glassfish.hk2.api.PostConstruct
| Constructor and Description |
|---|
SecurityConfigListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
auditModuleCreated(AuditModule instance)
New audit module created.
|
void |
auditModuleDeleted(AuditModule instance)
Audit module deleted.
|
void |
auditModuleUpdated(AuditModule instance)
Audit module updated (attributes change).
|
static void |
authRealmCreated(AuthRealm instance)
New auth realm created.
|
static void |
authRealmCreated(Config config,
AuthRealm instance)
New auth realm created.
|
static void |
authRealmDeleted(AuthRealm instance)
Auth realm deleted.
|
static void |
authRealmDeleted(Config config,
AuthRealm instance)
Auth realm deleted.
|
void |
authRealmUpdated(AuthRealm instance)
Auth realm updated (attributes change).
|
void |
authRealmUpdated(Config config,
AuthRealm instance)
Auth realm updated (attributes change).
|
org.jvnet.hk2.config.UnprocessedChangeEvents |
changed(PropertyChangeEvent[] events)
Notification that @Configured objects that were injected have changed
|
void |
postConstruct() |
public org.jvnet.hk2.config.UnprocessedChangeEvents changed(PropertyChangeEvent[] events)
changed in interface org.jvnet.hk2.config.ConfigListenerevents - list of changespublic static void authRealmCreated(AuthRealm instance)
AdminEventListenerException - when the listener is unable to
process the event.public static void authRealmCreated(Config config, AuthRealm instance)
AdminEventListenerException - when the listener is unable to
process the event.public static void authRealmDeleted(Config config, AuthRealm instance)
AdminEventListenerException - when the listener is unable to
process the event.public static void authRealmDeleted(AuthRealm instance)
AdminEventListenerException - when the listener is unable to
process the event.public void authRealmUpdated(AuthRealm instance)
AdminEventListenerException - when the listener is unable to
process the event.public void authRealmUpdated(Config config, AuthRealm instance)
AdminEventListenerException - when the listener is unable to
process the event.public void postConstruct()
postConstruct in interface org.glassfish.hk2.api.PostConstructpublic void auditModuleCreated(AuditModule instance)
public void auditModuleDeleted(AuditModule instance)
public void auditModuleUpdated(AuditModule instance)
Copyright © 2017. All rights reserved.