Uses of Class
be.personify.util.http.HttpAuthenticationType
-
Packages that use HttpAuthenticationType Package Description be.personify.util.http -
-
Uses of HttpAuthenticationType in be.personify.util.http
Methods in be.personify.util.http that return HttpAuthenticationType Modifier and Type Method Description static HttpAuthenticationTypeHttpAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpAuthenticationType[]HttpAuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-