| Package | Description |
|---|---|
| org.dvb.auth.callback |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordCallback
Underlying security services instantiate and pass a PasswordCallback to the handle method of a CallbackHandler to retrieve password information.
|
| Modifier and Type | Method and Description |
|---|---|
Callback |
UnsupportedCallbackException.getCallback()
Returns the Callback passed in to the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackHandler.handle(Callback[] callbacks)
Called when a callback needs handling.
|
| Constructor and Description |
|---|
UnsupportedCallbackException(Callback callback)
Creates a new instance of
UnsupportedCallbackException without detail message. |
UnsupportedCallbackException(Callback callback,
String msg)
Constructs an instance of
UnsupportedCallbackException with the specified detail message. |
Copyright © 2012 code4tv.com. All Rights Reserved.