Uses of Class
org.eclipse.net4j.util.security.IChallengeResponse.State

Packages that use IChallengeResponse.State
org.eclipse.net4j.util.security   
 

Uses of IChallengeResponse.State in org.eclipse.net4j.util.security
 

Methods in org.eclipse.net4j.util.security that return IChallengeResponse.State
protected  IChallengeResponse.State ChallengeResponseNegotiator.getState(INegotiationContext subject)
           
static IChallengeResponse.State IChallengeResponse.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IChallengeResponse.State[] IChallengeResponse.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.net4j.util.security with parameters of type IChallengeResponse.State
 void ChallengeResponseNegotiator.Transition.execute(INegotiationContext context, IChallengeResponse.State state, IChallengeResponse.Event event, java.nio.ByteBuffer buffer)
           
protected  void ChallengeResponseNegotiator.setState(INegotiationContext subject, IChallengeResponse.State state)
           
 


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