|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |