Uses of Class
org.apache.hc.client5.http.impl.auth.ScramScheme.State
-
Packages that use ScramScheme.State Package Description org.apache.hc.client5.http.impl.auth Standard and common HTTP authentication schemes. -
-
Uses of ScramScheme.State in org.apache.hc.client5.http.impl.auth
Fields in org.apache.hc.client5.http.impl.auth declared as ScramScheme.State Modifier and Type Field Description private ScramScheme.StateScramScheme. stateMethods in org.apache.hc.client5.http.impl.auth that return ScramScheme.State Modifier and Type Method Description static ScramScheme.StateScramScheme.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScramScheme.State[]ScramScheme.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-