Uses of Class
org.apache.mina.proxy.handlers.http.HttpAuthenticationMethods

Packages that use HttpAuthenticationMethods
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
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
 List<HttpAuthenticationMethods> ProxyIoSession.getPreferedOrder()
          Returns the list of the prefered order for the authentication methods.
 

Method parameters in org.apache.mina.proxy.session with type arguments of type HttpAuthenticationMethods
 void ProxyIoSession.setPreferedOrder(List<HttpAuthenticationMethods> preferedOrder)
          Sets the ordered list of prefered authentication mechanisms.
 



Copyright © 2004-2012 Apache MINA Project. All Rights Reserved.