Uses of Enum
org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods
Packages that use HttpAuthenticationMethods
-
Uses of HttpAuthenticationMethods in org.apache.mina.proxy.handlers.http
Subclasses with type arguments of type HttpAuthenticationMethods in org.apache.mina.proxy.handlers.httpModifier and TypeClassDescriptionenumHttpAuthenticationMethods.java - Enumerates all known http authentication methods.Methods in org.apache.mina.proxy.handlers.http that return HttpAuthenticationMethodsModifier and TypeMethodDescriptionstatic HttpAuthenticationMethodsReturns 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
Fields in org.apache.mina.proxy.session with type parameters of type HttpAuthenticationMethodsModifier and TypeFieldDescriptionprivate List<HttpAuthenticationMethods> ProxyIoSession.preferedOrderThe list contains the authentication methods to use.Methods in org.apache.mina.proxy.session that return types with arguments of type HttpAuthenticationMethodsMethod parameters in org.apache.mina.proxy.session with type arguments of type HttpAuthenticationMethodsModifier and TypeMethodDescriptionvoidProxyIoSession.setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder) Sets the ordered list of prefered authentication mechanisms.