org.neociclo.odetteftp.security
Class AuthenticationChallengeCallback
java.lang.Object
org.neociclo.odetteftp.security.AuthenticationChallengeCallback
- All Implemented Interfaces:
- Callback
public class AuthenticationChallengeCallback
- extends Object
- implements Callback
Convey the received Authentication Challenge request/response with the
CallbackHandler
.
- Version:
- $Rev: 596 $ $Date: 2010-08-13 13:23:51 -0300 (Fri, 13 Aug 2010) $
- Author:
- Rafael Marins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthenticationChallengeCallback
public AuthenticationChallengeCallback(byte[] challenge,
OdetteFtpSession session)
- Constructor.
- Parameters:
challenge
- received encoded challenge
getEncodedChallenge
public byte[] getEncodedChallenge()
getChallenge
public byte[] getChallenge()
setChallenge
public void setChallenge(byte[] plainChallenge)
getSession
public OdetteFtpSession getSession()
ACCORD