org.mortbay.jetty.client.security
Interface Realm


public interface Realm

Simple security realm interface.


Method Summary
 String getCredentials()
           
 String getId()
           
 String getPrincipal()
           
 

Method Detail

getId

String getId()

getPrincipal

String getPrincipal()

getCredentials

String getCredentials()


Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.