|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.ul.fc.di.nlx.lxServiceClient.PWCallback
public class PWCallback
Implements the Password CallbackHandler
for the client.
This class is passed to underlying security services so that they may interact with the application in order to garantee the client authentication.
Constructor Summary | |
---|---|
PWCallback()
|
Method Summary | |
---|---|
void |
handle(javax.security.auth.callback.Callback[] callbacks)
Instanciates the "handle" method from the class CallbackHandler. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PWCallback()
Method Detail |
---|
public void handle(javax.security.auth.callback.Callback[] callbacks) throws javax.security.auth.callback.UnsupportedCallbackException
Instanciates the "handle" method from the class CallbackHandler.
Verifies if the username given by the client has a valid password.
handle
in interface javax.security.auth.callback.CallbackHandler
javax.security.auth.callback.UnsupportedCallbackException
- if an error occurs.CallbackHandler.handle(javax.security.auth.callback.Callback[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |