Class TomcatEmbedded.MemoryRealm
- java.lang.Object
-
- org.codehaus.cargo.container.tomcat.internal.TomcatEmbedded.MemoryRealm
-
- Enclosing class:
- TomcatEmbedded
public final class TomcatEmbedded.MemoryRealm extends Object
MemoryRealm wrapper.
-
-
Constructor Summary
Constructors Constructor Description MemoryRealm()
Creates a newTomcatEmbedded.MemoryRealm
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setPathname(File path)
Sets the file to load username/password.
-
-
-
Constructor Detail
-
MemoryRealm
public MemoryRealm()
Creates a newTomcatEmbedded.MemoryRealm
.
-
-
Method Detail
-
setPathname
public void setPathname(File path)
Sets the file to load username/password.- Parameters:
path
- The user database file.
-
-