Uses of Interface
org.eclipse.net4j.util.security.INegotiationContext

Packages that use INegotiationContext
org.eclipse.net4j.util.security   
 

Uses of INegotiationContext in org.eclipse.net4j.util.security
 

Classes in org.eclipse.net4j.util.security that implement INegotiationContext
 class NegotiationContext
           
 

Methods in org.eclipse.net4j.util.security with parameters of type INegotiationContext
protected  void ResponseNegotiator.createChallenge(INegotiationContext context, java.nio.ByteBuffer challenge)
           
protected abstract  void ChallengeResponseNegotiator.createChallenge(INegotiationContext context, java.nio.ByteBuffer challenge)
           
protected  void ChallengeNegotiator.createChallenge(INegotiationContext context, java.nio.ByteBuffer challenge)
           
protected abstract  void ChallengeResponseNegotiator.Transition.execute(INegotiationContext context, java.nio.ByteBuffer buffer)
           
 void ChallengeResponseNegotiator.Transition.execute(INegotiationContext context, IChallengeResponse.State state, IChallengeResponse.Event event, java.nio.ByteBuffer buffer)
           
protected  IChallengeResponse.State ChallengeResponseNegotiator.getState(INegotiationContext subject)
           
protected  void ResponseNegotiator.handleChallenge(INegotiationContext context, java.nio.ByteBuffer challenge, java.nio.ByteBuffer response)
           
protected abstract  void ChallengeResponseNegotiator.handleChallenge(INegotiationContext context, java.nio.ByteBuffer challenge, java.nio.ByteBuffer response)
           
protected  void ChallengeNegotiator.handleChallenge(INegotiationContext context, java.nio.ByteBuffer challenge, java.nio.ByteBuffer response)
           
protected  boolean ResponseNegotiator.handleResponse(INegotiationContext context, java.nio.ByteBuffer response)
           
protected abstract  boolean ChallengeResponseNegotiator.handleResponse(INegotiationContext context, java.nio.ByteBuffer response)
           
protected  boolean ChallengeNegotiator.handleResponse(INegotiationContext context, java.nio.ByteBuffer response)
           
 void Negotiator.negotiate(INegotiationContext context)
           
 void INegotiator.negotiate(INegotiationContext context)
           
protected  void Negotiator.postProcess(INegotiationContext context)
           
 void Negotiator.receiveBuffer(INegotiationContext context, java.nio.ByteBuffer buffer)
           
 void INegotiationContext.Receiver.receiveBuffer(INegotiationContext context, java.nio.ByteBuffer buffer)
           
protected  void ChallengeResponseNegotiator.setState(INegotiationContext subject, IChallengeResponse.State state)
           
 


Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.