Home
last modified time | relevance | path

Searched refs:realmName (Results 1 – 4 of 4) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/client/security/
DHashRealmResolver.java40 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm() argument
42 return _realmMap.get( realmName ); in getRealm()
DRealmResolver.java27 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm() argument
DSimpleRealmResolver.java40 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm() argument
/external/jetty/src/java/org/eclipse/jetty/security/
DSecurityHandler.java180 public void setRealmName(String realmName) in setRealmName() argument
184 _realmName = realmName; in setRealmName()