|
![]() |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.droplets.api.event.AuthenticationHandlerAdapter
Convenience class that provides empty implementations for the methods in
the AuthenticationHandler
interface, allowing you to selectively
override only those methods that you need to implement.
Constructor Summary | |
AuthenticationHandlerAdapter()
|
Method Summary | |
void |
authenticationCancelled()
Default (empty) implementation. |
void |
authenticationCompleted(java.lang.String username)
Default (empty) implementation. |
void |
handlerReplaced()
Default (empty) implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AuthenticationHandlerAdapter()
Method Detail |
public void authenticationCompleted(java.lang.String username)
authenticationCompleted
in interface AuthenticationHandler
AuthenticationHandler.authenticationCompleted(String)
public void authenticationCancelled()
authenticationCancelled
in interface AuthenticationHandler
AuthenticationHandler.authenticationCancelled()
public void handlerReplaced()
handlerReplaced
in interface AuthenticationHandler
AuthenticationHandler.handlerReplaced()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |