Uses of Class
org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods
-
Packages that use HttpAuthenticationMethods Package Description org.apache.mina.proxy.handlers.http org.apache.mina.proxy.session -
-
Uses of HttpAuthenticationMethods in org.apache.mina.proxy.handlers.http
Methods in org.apache.mina.proxy.handlers.http that return HttpAuthenticationMethods Modifier and Type Method Description static HttpAuthenticationMethods
HttpAuthenticationMethods. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpAuthenticationMethods[]
HttpAuthenticationMethods. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpAuthenticationMethods in org.apache.mina.proxy.session
Methods in org.apache.mina.proxy.session that return types with arguments of type HttpAuthenticationMethods Modifier and Type Method Description List<HttpAuthenticationMethods>
ProxyIoSession. getPreferedOrder()
Method parameters in org.apache.mina.proxy.session with type arguments of type HttpAuthenticationMethods Modifier and Type Method Description void
ProxyIoSession. setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder)
Sets the ordered list of prefered authentication mechanisms.
-