gnu.crypto.sasl.plain

Class PlainServer

public class PlainServer extends ServerMechanism implements SaslServer

The PLAIN SASL server-side mechanism.

Version: $Revision: 1.4 $

Constructor Summary
PlainServer()
Method Summary
byte[]evaluateResponse(byte[] response)
protected StringgetNegotiatedQOP()
protected voidinitMechanism()
protected voidresetMechanism()

Constructor Detail

PlainServer

public PlainServer()

Method Detail

evaluateResponse

public byte[] evaluateResponse(byte[] response)

getNegotiatedQOP

protected String getNegotiatedQOP()

initMechanism

protected void initMechanism()

resetMechanism

protected void resetMechanism()
Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.