org.eclipse.jetty.client.security
类 BasicAuthentication

java.lang.Object
  继承者 org.eclipse.jetty.client.security.BasicAuthentication
所有已实现的接口:
Authentication

public class BasicAuthentication
extends Object
implements Authentication

Sets authentication headers for BASIC authentication challenges


构造方法摘要
BasicAuthentication(Realm realm)
           
 
方法摘要
 void setCredentials(HttpExchange exchange)
          BASIC authentication is of the form encoded credentials are of the form: username:password
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BasicAuthentication

public BasicAuthentication(Realm realm)
                    throws IOException
抛出:
IOException
方法详细信息

setCredentials

public void setCredentials(HttpExchange exchange)
                    throws IOException
BASIC authentication is of the form encoded credentials are of the form: username:password

指定者:
接口 Authentication 中的 setCredentials
抛出:
IOException


Copyright © 2013. All Rights Reserved.