public abstract class AbstractCallbackHandler extends Object implements CallbackHandler
| Modifier and Type | Field and Description |
|---|---|
protected Object |
_credential |
protected String |
_userName |
| Constructor and Description |
|---|
AbstractCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredential() |
String |
getUserName() |
void |
handle(Callback[] callbacks) |
void |
setCredential(Object credential) |
void |
setUserName(String userName) |
public void setUserName(String userName)
public String getUserName()
public void setCredential(Object credential)
public Object getCredential()
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionCopyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.