public class AuthEvents
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthEvents.Listener |
| Modifier and Type | Field and Description |
|---|---|
static AuthEvents |
instance |
| Constructor and Description |
|---|
AuthEvents() |
| Modifier and Type | Method and Description |
|---|---|
int |
listenerCount() |
void |
notifyAuthFailure(QueryState state,
java.lang.Exception cause) |
void |
notifyAuthSuccess(QueryState state) |
void |
registerListener(AuthEvents.Listener listener) |
void |
unregisterListener(AuthEvents.Listener listener) |
public static final AuthEvents instance
public int listenerCount()
public void registerListener(AuthEvents.Listener listener)
public void unregisterListener(AuthEvents.Listener listener)
public void notifyAuthSuccess(QueryState state)
public void notifyAuthFailure(QueryState state, java.lang.Exception cause)
Copyright © 2009-2020 The Apache Software Foundation