protected class SimpleCachedLDAPAuthorizationMap.CachedLDAPAuthorizationMapNamespaceChangeListener
extends java.lang.Object
implements javax.naming.event.NamespaceChangeListener, javax.naming.event.ObjectChangeListener
| Constructor and Description |
|---|
SimpleCachedLDAPAuthorizationMap.CachedLDAPAuthorizationMapNamespaceChangeListener(SimpleCachedLDAPAuthorizationMap.DestinationType destinationType,
SimpleCachedLDAPAuthorizationMap.PermissionType permissionType)
Creates a new listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
namingExceptionThrown(javax.naming.event.NamingExceptionEvent evt) |
void |
objectAdded(javax.naming.event.NamingEvent evt) |
void |
objectChanged(javax.naming.event.NamingEvent evt) |
void |
objectRemoved(javax.naming.event.NamingEvent evt) |
void |
objectRenamed(javax.naming.event.NamingEvent evt) |
public SimpleCachedLDAPAuthorizationMap.CachedLDAPAuthorizationMapNamespaceChangeListener(SimpleCachedLDAPAuthorizationMap.DestinationType destinationType, SimpleCachedLDAPAuthorizationMap.PermissionType permissionType)
permissionType is null, add
and remove events are ignored as they do not directly affect policy state.
This configuration is used when listening for changes on entries that represent
destination patterns and not for entries that represent permissions.destinationType - the type of the destination being listened forpermissionType - the optional permission type being listened forpublic void namingExceptionThrown(javax.naming.event.NamingExceptionEvent evt)
namingExceptionThrown in interface javax.naming.event.NamingListenerpublic void objectAdded(javax.naming.event.NamingEvent evt)
objectAdded in interface javax.naming.event.NamespaceChangeListenerpublic void objectRemoved(javax.naming.event.NamingEvent evt)
objectRemoved in interface javax.naming.event.NamespaceChangeListenerpublic void objectRenamed(javax.naming.event.NamingEvent evt)
objectRenamed in interface javax.naming.event.NamespaceChangeListenerpublic void objectChanged(javax.naming.event.NamingEvent evt)
objectChanged in interface javax.naming.event.ObjectChangeListenerCopyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.