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


public interface Realm

Simple security realm interface.


方法摘要
 String getCredentials()
           
 String getId()
           
 String getPrincipal()
           
 

方法详细信息

getId

String getId()

getPrincipal

String getPrincipal()

getCredentials

String getCredentials()


Copyright © 2013. All Rights Reserved.