org.eclipse.jetty.client.security
Class SimpleRealmResolver

java.lang.Object
  extended by org.eclipse.jetty.client.security.SimpleRealmResolver
All Implemented Interfaces:
RealmResolver

public class SimpleRealmResolver
extends Object
implements RealmResolver

Simple Realm Resolver.

A Realm Resolver that wraps a single realm.


Constructor Summary
SimpleRealmResolver(Realm realm)
           
 
Method Summary
 Realm getRealm(String realmName, HttpDestination destination, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleRealmResolver

public SimpleRealmResolver(Realm realm)
Method Detail

getRealm

public Realm getRealm(String realmName,
                      HttpDestination destination,
                      String path)
               throws IOException
Specified by:
getRealm in interface RealmResolver
Throws:
IOException


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.