Package org.jboss.test

Class Summary
DelegatingPolicyTestCase (src)  
JBossClusteredTestCase (src) Derived implementation of JBossTestCase for cluster testing.
JBossRMIAdaptorHelper (src) Helper Class that connects to the RMA Adaptor on any JBoss node to provide some services like start/stop JBoss services registered in the MBean server.
JBossTestCase (src) This is the standard base test case for jboss junit test cases.
JBossTestClusteredServices (src) Derived implementation of JBossTestServices for cluster testing.
JBossTestClusteredSetup (src) Derived implementation of JBossTestSetup for cluster testing.
JBossTestServices (src) This is provides services for jboss junit test cases and TestSetups.
JBossTestSetup (src) This is a TestSetup class for jboss junit test cases that provides the jboss test services.
JBossTestSuite (src) Override the TestSuite to support the setting of a Properties collection associated with the TestSuite on each test.
LoginContextTestCase (src)  
LoginModulesTestCase (src) Tests of the LoginModule classes.
LoginModulesTestCase.HashTestLoginModule (src)  
LoginModulesTestCase.TestLoginModule (src)  
NamespacePermission (src) A path like heirarchical permission.
NamespacePermissionCollection (src) The PermissionCollection object for NamespacePermissions.
NestableGroupTestCase (src) Tests of the NestableGroup class.
NestablePrincipalTestCase (src) Tests of the NestablePrincipal class.
PasswordHasher (src) A utility program for generating password hashes given the hashAlgorithm, hashEncoding, and hashCharset options used by the UsernamePasswordLoginModule.
PermissionName (src) A javax.naming.Name based key class used as the name attribute by NamespacePermissions.
PermissionName.NameLengthComparator (src) An alternate PermissionName comparator that first orders names by length(longer names before shorter names) to ensure that the most precise names are seen first.
SecurityProviderlTestCase (src) Tests of the org.jboss.crypto.* Java Cryptography Architecture plugin classes
SimpleSRPServer (src) A simple hard coded implementation of SRPServerInterface that validates any given username to the password and salt provided to its constructor.
SRPLoginTest (src) A test of the SRPLogin module
SRPProtocolTestCase (src) Test of the SRP protocol msg exchange sequence.
SRPServerImpl (src) An RMI application that creates a SRPRemoteServer instance and exports it on the standard RMI register 1099 port.
SunConfigParserTestCase (src) Tests of the Sun login configuration file format parser
TestJCE (src) Tests of the Java Cryptography Extension framework
TestJCEIntegration (src) Tests of using the Java Cryptography Extension framework with SRP.
TestLogin (src)  
TestLoginModule (src)  
TestProtocol (src) Test of the SRP protocol msg exchange sequence.
ThreadLocalTestCase (src) Tests of propagating the security identity across threads using InheritableThreadLocal.
TstClient (src) A simple test client that looks up the SimpleSRPServer in the RMI registry and attempts to validate the username and password passed on the command line.
TstTimedCache (src) Tests of the TimedCachePolicy class.
UtilTestCase (src) Tests of the org.jboss.security.Util class