org.eclipse.jetty.client.security
public class SimpleRealmResolver extends java.lang.Object implements RealmResolver
A Realm Resolver that wraps a single realm.
Constructor and Description |
---|
SimpleRealmResolver(Realm realm) |
Modifier and Type | Method and Description |
---|---|
Realm |
getRealm(java.lang.String realmName,
HttpDestination destination,
java.lang.String path) |
public SimpleRealmResolver(Realm realm)
public Realm getRealm(java.lang.String realmName, HttpDestination destination, java.lang.String path) throws java.io.IOException
getRealm
in interface RealmResolver
java.io.IOException
Copyright © 2014. All Rights Reserved.