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

/external/jetty/src/java/org/eclipse/jetty/client/security/
H A DHashRealmResolver.java40 public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOException argument
42 return _realmMap.get( realmName );
H A DRealmResolver.java27 public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOException; argument
H A DSimpleRealmResolver.java40 public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOException argument
/external/jetty/src/java/org/eclipse/jetty/security/
H A DSecurityHandler.java168 * @return the realmName
177 * @param realmName the realmName to set
180 public void setRealmName(String realmName) argument
184 _realmName = realmName;

Completed in 74 milliseconds