public interface UserInputListener
Modifier and Type | Method and Description |
---|---|
void |
deAuthNotification(String spIdentity,
boolean ess,
int delay,
URL url)
Notify the user that a de-authentication event is imminent.
|
String |
operationStatus(String spIdentity,
OSUOperationStatus status,
String message)
Notification that status of the OSU operation has changed.
|
void |
requestUserInput(URL target,
Network network,
URL endRedirect)
Launch an appropriate application to handle user input and HTTP exchanges to the target
URL.
|
void requestUserInput(URL target, Network network, URL endRedirect)
target
- A fully encoded URL to which to send an initial HTTP GET and then handle
subsequent HTTP exchanges.endRedirect
- A URL to which the user agent will be redirected upon completion of
the HTTP exchange. This parameter is for informational purposes only
as the redirect to the URL is the responsibility of the remote server.String operationStatus(String spIdentity, OSUOperationStatus status, String message)
status
- message
- void deAuthNotification(String spIdentity, boolean ess, int delay, URL url)
ess
- set to indicate that the de-authentication is for an ESS instead of a BSSdelay
- delay the number of seconds that the user will have to wait before
reassociating with the BSS or ESS.url
- a URL to which to redirect the user