Uses of Enum Class
net.anwiba.commons.http.Authentication.Mode
Packages that use Authentication.Mode
-
Uses of Authentication.Mode in net.anwiba.commons.http
Methods in net.anwiba.commons.http that return Authentication.ModeModifier and TypeMethodDescriptionstatic Authentication.ModeReturns the enum constant of this class with the specified name.static Authentication.Mode[]Authentication.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.anwiba.commons.http with parameters of type Authentication.ModeModifierConstructorDescriptionAuthentication(String userName, String password, Authentication.Mode mode)