Uses of Class
com.ongres.scram.client.MessageFlow.Stage
-
Packages that use MessageFlow.Stage Package Description com.ongres.scram.client This module expose the client implementation of Salted Challenge Response Authentication Mechanism (SCRAM). -
-
Uses of MessageFlow.Stage in com.ongres.scram.client
Fields in com.ongres.scram.client declared as MessageFlow.Stage Modifier and Type Field Description private MessageFlow.Stage
ScramClient. currentState
Methods in com.ongres.scram.client that return MessageFlow.Stage Modifier and Type Method Description static MessageFlow.Stage
MessageFlow.Stage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageFlow.Stage[]
MessageFlow.Stage. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-