org.codehaus.cargo.container.tomcat.internal
Class Tomcat5xEmbedded.MemoryRealm

java.lang.Object
  extended by org.codehaus.cargo.container.tomcat.internal.Tomcat5xEmbedded.MemoryRealm
Enclosing class:
Tomcat5xEmbedded

public final class Tomcat5xEmbedded.MemoryRealm
extends java.lang.Object

MemoryRealm wrapper.


Constructor Summary
Tomcat5xEmbedded.MemoryRealm()
          Creates a new Tomcat5xEmbedded.MemoryRealm.
 
Method Summary
 void setPathname(java.io.File path)
          Sets the file to load username/password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tomcat5xEmbedded.MemoryRealm

public Tomcat5xEmbedded.MemoryRealm()
Creates a new Tomcat5xEmbedded.MemoryRealm.

Method Detail

setPathname

public void setPathname(java.io.File path)
Sets the file to load username/password.

Parameters:
path - The user database file.


Copyright © 2004-2010 Codehaus. All Rights Reserved.