jboss-sasl 1.0.0.Beta1

org.jboss.sasl.util
Interface SaslStateContext


public interface SaslStateContext

Author:
David M. Lloyd

Method Summary
 void negotiationComplete()
          Indicate that negotiation is complete.
 void setNegotiationState(SaslState newState)
          Set the state to use for the next incoming message.
 

Method Detail

setNegotiationState

void setNegotiationState(SaslState newState)
Set the state to use for the next incoming message.

Parameters:
newState - the new state

negotiationComplete

void negotiationComplete()
Indicate that negotiation is complete. To re-initiate negotiation, call setNegotiationState(SaslState).


jboss-sasl 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.