gnu.inet.util
Class SaslLogin
- SaslClient
public class SaslLogin
extends java.lang.Object
implements SaslClient
SASL mechanism for LOGIN.
- Chris Burdess
SaslLogin
public SaslLogin(String username,
String password)
dispose
public void dispose()
evaluateChallenge
public byte[] evaluateChallenge(byte[] challenge)
throws SaslException
getMechanismName
public String getMechanismName()
getNegotiatedProperty
public Object getNegotiatedProperty(String name)
hasInitialResponse
public boolean hasInitialResponse()
isComplete
public boolean isComplete()
unwrap
public byte[] unwrap(byte[] incoming,
int off,
int len)
throws SaslException
wrap
public byte[] wrap(byte[] outgoing,
int off,
int len)
throws SaslException
© Copyright 2003 The Free Software Foundation,
all rights reserved