| Package | Description |
|---|---|
| org.jdiameter.api.auth | |
| org.jdiameter.api.gq |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerAuthSessionListener.doAbortSessionAnswerEvent(ServerAuthSession session,
AbortSessionAnswer answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AbortSessionRequest message.
|
void |
ServerAuthSessionListener.doAuthRequestEvent(ServerAuthSession session,
AppRequestEvent request)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived AuthRequest message.
|
void |
ServerAuthSessionListener.doReAuthAnswerEvent(ServerAuthSession session,
ReAuthRequest request,
ReAuthAnswer answer)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived ReAuthAnswer message.
|
void |
ServerAuthSessionListener.doSessionTerminationRequestEvent(ServerAuthSession session,
SessionTermRequest request)
Notifies this AuthSessionEventListener that the ServerAuthSesssion has recived SessionTerminationRequest message.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GqServerSession
Basic class for Server Gq application specific session
Listener must be injected from constructor of implementation class
|
Copyright © 2016. All Rights Reserved.