FileDocCategorySizeDatePackage
AuthRealmEventListener.javaAPI DocGlassfish v2 API3295Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.event

AuthRealmEventListener

public interface AuthRealmEventListener implements com.sun.enterprise.admin.event.AdminEventListener
Listener interface to handle auth realm events.

Fields Summary
Constructors Summary
Methods Summary
public voidauthRealmCreated(AuthRealmEvent event)
New auth realm created. It is called whenever a AuthRealmEvent with action of AuthRealmEvent.ACTION_CREATE is received.

throws
AdminEventListenerException when the listener is unable to process the event.

public voidauthRealmDeleted(AuthRealmEvent event)
Auth realm deleted. It is called whenever a AuthRealmEvent with action of AuthRealmEvent.ACTION_DELETE is received.

throws
AdminEventListenerException when the listener is unable to process the event.

public voidauthRealmUpdated(AuthRealmEvent event)
Auth realm updated (attributes change). It is called whenever a AuthRealmEvent with action of AuthRealmEvent.ACTION_UPDATE is received.

throws
AdminEventListenerException when the listener is unable to process the event.