org.eclipse.jetty.client.security
接口 Authentication

所有已知实现类:
BasicAuthentication, DigestAuthentication, ProxyAuthorization

public interface Authentication

Simple authentication interface that sets required fields on the exchange.


方法摘要
 void setCredentials(HttpExchange exchange)
           
 

方法详细信息

setCredentials

void setCredentials(HttpExchange exchange)
                    throws IOException
抛出:
IOException


Copyright © 2013. All Rights Reserved.