Methods Summary |
---|
public void | authRealmCreated(AuthRealmEvent event)New auth realm created.
It is called whenever a AuthRealmEvent with action of
AuthRealmEvent.ACTION_CREATE is received.
|
public void | authRealmDeleted(AuthRealmEvent event)Auth realm deleted.
It is called whenever a AuthRealmEvent with action of
AuthRealmEvent.ACTION_DELETE is received.
|
public void | authRealmUpdated(AuthRealmEvent event)Auth realm updated (attributes change).
It is called whenever a AuthRealmEvent with action of
AuthRealmEvent.ACTION_UPDATE is received.
|