A C D E G I L M O R S T U X

A

AccessRightDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test of AccessRightDatabaseFactory
AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Constructor.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.security.DomainTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.security.RoleTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.security.SecurityTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.security.SessionTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.security.UserTests
Add all generic database tests to given suite.
AuthenticationControllerTest - Class in org.opensubsystems.security.logic
Test for AuthenticationController interface implementation class.
AuthenticationControllerTest.AuthenticationControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
AuthenticationControllerTest.AuthenticationControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Constructor
AuthorizationControllerTest - Class in org.opensubsystems.security.logic
Test for AuthorizationController interface implementation class.
AuthorizationControllerTest.AuthorizationControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
AuthorizationControllerTest.AuthorizationControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Constructor

C

compareDomains(Domain, Domain) - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Compare two domains.
comparePersonalRoleWithUser(Role, User) - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Compare user with his personal role
comparePersonalRoleWithUser(Role, User) - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Compare user with his personal role
compareUsers(User, User) - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Compare two users.
compareUsersWithoutLoginNameAndEmail(User, User) - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Compare two users.
compareUsersWithoutLoginNameEmailPassword(User, User) - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Compare two users.
compareUsersWithoutPassword(User, User) - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Compare two users.
constructData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
constructData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
constructData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
constructData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
constructData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
createDataObject(DataObject) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
createDataObjects(List) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils

D

DEFAULT_USER_PASSWORD - Static variable in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Password used for default user.
deleteData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
deleteData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
deleteData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
deleteData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
deleteData(Object, int, String, String) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
deleteDataObject(DataObject, int) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
deleteMultiDomainLoadTestData(UserTransaction, Object[]) - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseTestUtils
Delete all data inserted for the load tests using the insertMulti DomainLoadTestData method.
deleteParent(Object, int) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
deleteParent(Object, int) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
deleteParent(Object, int) - Method in class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
deleteParent(Object, int) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
deleteParent(Object, int) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
deleteRoleCascadeManual(int) - Method in class org.opensubsystems.security.utils.TestRoleDatabaseFactoryUtils
Method for deleting role and all his belonging references from the user-role map table.
deleteRoleCascadeManual(int, int) - Method in class org.opensubsystems.security.utils.TestRoleDatabaseFactoryUtils
Method for deleting role and all his belonging references from the user-role map table.
deleteUserCascadeManual(int) - Method in class org.opensubsystems.security.utils.TestUserDatabaseFactoryUtils
Method for deleting user and all his sessions, roles and access rights.
deleteUserCascadeManual(Connection, int) - Method in class org.opensubsystems.security.utils.TestUserDatabaseFactoryUtils
Method for deleting user and all his sessions, roles and access rights.
deleteUserCascadeManualUsingLike(String) - Method in class org.opensubsystems.security.utils.TestUserDatabaseFactoryUtils
Method for deleting user and all his belonging sessions, roles and access rights.
DomainControllerSecurityTest - Class in org.opensubsystems.security.logic
Test for security facade above the persistance layer.
DomainControllerSecurityTest.DomainControllerSecurityTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
DomainControllerSecurityTest.DomainControllerSecurityTestInternal(String) - Constructor for class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Constructor
DomainControllerTest - Class in org.opensubsystems.security.logic
Test for DomainController interface implementation class.
DomainControllerTest.DomainControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
DomainControllerTest.DomainControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Constructor
DomainDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test for DomainDatabaseFactory class.
DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Constructor
DomainListDatabaseTestUtils - Class in org.opensubsystems.security.persist.db
Utilities for testing of list functionality for domains.
DomainListDatabaseTestUtils() - Constructor for class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
Constructor
DomainTests - Class in org.opensubsystems.security
Test for classes working with domains.
DomainTests() - Constructor for class org.opensubsystems.security.DomainTests
Protected constructor since this class cannot be instantiated directly

E

ExternalSessionDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test of ExternalSessionDatabaseFactory
ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
 
EXTRA_TEST_DATA_DISTRIBUTION - Static variable in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseTestUtils
How will be the extra data distributed between the extra domains.
EXTRA_TEST_DATA_MULTIPLIER - Static variable in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseTestUtils
How much more extra data should be inserted into additional domains to test both performance and correct functionality of list pattern in system with multiple domains.

G

getColumnOneValue(DataObject) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
getColumnOneValue(DataObject) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
getColumnOneValue(DataObject) - Method in class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
getColumnOneValue(DataObject) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
getColumnOneValue(DataObject) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
getColumnTwoValue(DataObject) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
getColumnTwoValue(DataObject) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
getColumnTwoValue(DataObject) - Method in class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
getColumnTwoValue(DataObject) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
getColumnTwoValue(DataObject) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
getDefaultListOptions(Object) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
getDefaultListOptions(Object) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
getDefaultListOptions(Object) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
getDefaultListOptions(Object) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
getListController() - Method in class org.opensubsystems.security.patterns.listdata.logic.impl.SecureListControllerTest
getNumberOfUsers() - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Get number of users in the database

I

insertMultiDomainLoadTestData(UserTransaction, int) - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseTestUtils
Insert multiple domain data records for load tests.
insertParent(int, String, String) - Method in class org.opensubsystems.security.persist.db.DomainListDatabaseTestUtils
insertParent(int, String, String) - Method in class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
insertParent(int, String, String) - Method in class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
insertParent(int, String, String) - Method in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
insertParent(int, String, String) - Method in class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
InternalSessionDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test of InternalSessionDatabaseFactory
InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Constructor
InternalSessionListDatabaseTestUtils - Class in org.opensubsystems.security.persist.db
Utilities for testing of list functionality for internal sessions.
InternalSessionListDatabaseTestUtils() - Constructor for class org.opensubsystems.security.persist.db.InternalSessionListDatabaseTestUtils
Constructor

L

load(ResultSet, int) - Method in class org.opensubsystems.security.utils.TestRoleDatabaseFactoryUtils
load(ResultSet, int) - Method in class org.opensubsystems.security.utils.TestUserDatabaseFactoryUtils

M

m_accessRightFactory - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory to manage access rights.
m_accessRightFactory - Variable in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Factory to manage access rights.
m_accessRightFactory - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Factory to manage access rights.
m_arrDomainIDs - Variable in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
List of all extra domain IDs
m_authenticateControl - Variable in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Controller used to authenticate users.
m_authorizeControl - Variable in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Controller to perform authorization.
m_authorizeControl - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Controller to perform authorization.
m_authorizeControl - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Controller to perform authorization.
m_bSecurityDataLoaded - Variable in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
This flag tells us if security test data were loaded
m_domainControl - Variable in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Controller used to manipulate domains.
m_domainControl - Variable in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Controller used to manipulate domains.
m_domainFactory - Variable in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Factory to manage domanis.
m_domainFactory - Variable in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Factory to manage domains.
m_domainFactory - Variable in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Factory to manage domains.
m_domainSchema - Variable in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Schema to manage domains.
m_externalSessionFactory - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Factory to use to execute persistence operations.
m_externalSessionFactory - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory to manage external sessions.
m_externalSessionFactory - Variable in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Factory to manage external sessions.
m_externalSessionFactory - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Factory to manage external sessions.
m_externalSessionFactory - Variable in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Factory to manage external sessions.
m_externalSessionFactory - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Factory to manage external sessions.
m_externalSessionFactory - Variable in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Factory to manage external sessions.
m_internalSessionFactory - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Factory to use to execute persistence operations.
m_internalSessionFactory - Variable in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Factory to manage internal sessions.
m_internalSessionFactory - Variable in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
Factory to manage internal sessions.
m_rightFactory - Variable in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Factory to manage access rights.
m_rightFactory - Variable in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Factory to manage access rights.
m_rightFactory - Variable in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Factory to manage access rights.
m_rightFactory - Variable in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Factory to manage access rights.
m_rightFactory - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Factory to manage access rights.
m_rightFactory - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Factory to manage access rights.
m_rightFactory - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Factory to manage access rights.
m_roleControl - Variable in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Controller used to manipulate roles.
m_roleControl - Variable in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Controller to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Factory to manage roles.
m_roleFactory - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Factory to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Factory utilities to manage roles.
m_roleFactoryUtils - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Factory utilities to manage roles.
m_roleSchema - Variable in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Schema for database dependent operations.
m_roleSchema - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Schema for database dependent operations.
m_roleSchema - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Schema for database dependent operations.
m_schema - Variable in class org.opensubsystems.security.utils.TestRoleDatabaseFactoryUtils
Schema to use to execute database dependent operations.
m_schema - Variable in class org.opensubsystems.security.utils.TestUserDatabaseFactoryUtils
Schema to use to execute database dependent operations.
m_sessionControl - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Controller to manage sessions.
m_sessionControl - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Controller to manage sessions.
m_sessionControl - Variable in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Controller to manage sessions.
m_sessionControl - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Controller to manage sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal
Factory to manage internal sessions.
m_sessionFactory - Variable in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Factory to manage internal sessions.
m_sessionSchema - Variable in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Schema for database dependent operations.
m_sessionSchema - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Schema for database dependent operations.
m_sessionViewFactory - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Factory to use to execute persistence operations.
m_sessionViewFactory - Variable in class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal
Factory to manage sessions views.
m_userControl - Variable in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Controller used to manipulate users.
m_userControl - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Controller used to manipulate users.
m_userControl - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Controller used to manipulate users.
m_userControl - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Controller used to manipulate users.
m_userControl - Variable in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Controller used to manipulate users.
m_userControl - Variable in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Controller used to manipulate users.
m_userControl - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Controller used to manipulate users.
m_userExtrasControl - Variable in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Controller used to manipulate users.
m_userFactory - Variable in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Factory to manage user.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal
Factory to manage users.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
Factory to manage user.
m_userFactory - Variable in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Factory to manage users.
m_userFactoryUtils - Variable in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Factory utilities to manage users.
m_userFactoryUtils - Variable in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Factory utilities to manage users.
m_userFactoryUtils - Variable in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
Factory utilities to manage roles.
m_userFactoryUtils - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Factory utilities to manage users.
m_userFactoryUtils - Variable in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Factory utilities to manage users.
m_userSchema - Variable in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Schema for database dependent operations.

O

org.opensubsystems.security - package org.opensubsystems.security
 
org.opensubsystems.security.logic - package org.opensubsystems.security.logic
 
org.opensubsystems.security.patterns.listdata.logic.impl - package org.opensubsystems.security.patterns.listdata.logic.impl
 
org.opensubsystems.security.patterns.listdata.persist.db - package org.opensubsystems.security.patterns.listdata.persist.db
 
org.opensubsystems.security.persist.db - package org.opensubsystems.security.persist.db
 
org.opensubsystems.security.utils - package org.opensubsystems.security.utils
 

R

RoleControllerSecurityTest - Class in org.opensubsystems.security.logic
Test for security facade above the persistance layer.
RoleControllerSecurityTest.RoleControllerSecurityTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
RoleControllerSecurityTest.RoleControllerSecurityTestInternal(String) - Constructor for class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Constructor
RoleControllerTest - Class in org.opensubsystems.security.logic
Test for RoleController interface implementation class.
RoleControllerTest.RoleControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
RoleControllerTest.RoleControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Constructor
RoleDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test of RoleDatabaseFactory
RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Constructor
RoleDatabaseFactoryTest1 - Class in org.opensubsystems.security.persist.db
Test of RoleDatabaseFactory
RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1 - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1(String) - Constructor for class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Constructor
RoleListDatabaseTestUtils - Class in org.opensubsystems.security.persist.db
Utilities for testing of list functionality for roles.
RoleListDatabaseTestUtils() - Constructor for class org.opensubsystems.security.persist.db.RoleListDatabaseTestUtils
Constructor
RoleTests - Class in org.opensubsystems.security
Test for classes working with domains.
RoleTests() - Constructor for class org.opensubsystems.security.RoleTests
Protected constructor since this class cannot be instantiated directly

S

SecureDatabaseTest - Class in org.opensubsystems.security.persist.db
Base class for database factories that do not support list operations or for which list operations should be tested separately and which needs to have setup call context before they are called.
SecureDatabaseTest(String) - Constructor for class org.opensubsystems.security.persist.db.SecureDatabaseTest
Constructor
SecureDatabaseTestUtils - Class in org.opensubsystems.security.persist.db
This class is used to setup environment for secure test.
SecureDatabaseTestUtils() - Constructor for class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Create new SecureDatabaseTestUtils.
SecureListControllerTest - Class in org.opensubsystems.security.patterns.listdata.logic.impl
Use this class to implement test for controllers that needs to have setup call context and other security related environment before they are called.
SecureListControllerTest(String, ListDatabaseTestUtils) - Constructor for class org.opensubsystems.security.patterns.listdata.logic.impl.SecureListControllerTest
constructor with data object specific parameters
SecureListDatabaseFactoryTest - Class in org.opensubsystems.security.patterns.listdata.persist.db
Base class for classes that test functionality of classes that implement ListDatabaseFactory interface and ListDatabaseFactoryImpl class and at the same time they need to have setup SecureCallContext to provide security related functionality.
SecureListDatabaseFactoryTest(String, SecureListDatabaseTestUtils) - Constructor for class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
Constructor
SecureListDatabaseTestUtils - Class in org.opensubsystems.security.patterns.listdata.persist.db
Class used by JUnit tests derived from SecureListDatabaseFactoryTest class.
SecureListDatabaseTestUtils(Class, Class, int[], int, int) - Constructor for class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseTestUtils
Constructor
SecurityTests - Class in org.opensubsystems.security
Test for classes included in security package.
SecurityTests() - Constructor for class org.opensubsystems.security.SecurityTests
Protected constructor since this class cannot be instantiated directly
SessionControllerSecurityTest - Class in org.opensubsystems.security.logic
Test for security facade above the persistance layer.
SessionControllerSecurityTest.SessionControllerSecurityTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
SessionControllerSecurityTest.SessionControllerSecurityTestInternal(String) - Constructor for class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Constructor
SessionControllerTest - Class in org.opensubsystems.security.logic
Test for SessionController interface implementation class.
SessionControllerTest.SessionControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
SessionControllerTest.SessionControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Constructor
SessiongControllerUnsecureTest - Class in org.opensubsystems.security.logic
Test for method 'cleanOrphanSession()' included in SessionController interface.
SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal(String) - Constructor for class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Constructor
SessionTests - Class in org.opensubsystems.security
Test for classes working with sessions.
SessionTests() - Constructor for class org.opensubsystems.security.SessionTests
Protected constructor since this class cannot be instantiated directly
SessionViewDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test for SessionViewDatabaseFactory class.
SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal
Constructor
SessionViewListDatabaseTestUtils - Class in org.opensubsystems.security.persist.db
Utilities for testing of list functionality for session views.
SessionViewListDatabaseTestUtils() - Constructor for class org.opensubsystems.security.persist.db.SessionViewListDatabaseTestUtils
Constructor
setUp() - Method in class org.opensubsystems.security.patterns.listdata.logic.impl.SecureListControllerTest
setUp() - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
setUp() - Method in class org.opensubsystems.security.persist.db.SecureDatabaseTest
setUpGuestUser(String, String) - Method in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Setup the database with brand new domain and brand new guest user so we can run tests in simulated secure environment.
setUpSecurity(String, String) - Method in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Setup the database with brand new domain and brand new user so we can run tests in simulated secure environment.
setUpSecuritySafely(String, String) - Method in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Setup the call context so we can run in simulated secure environment.
suite() - Static method in class org.opensubsystems.security.DomainTests
Create suite of all domain tests.
suite() - Static method in class org.opensubsystems.security.logic.AuthenticationControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.AuthorizationControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.DomainControllerSecurityTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.DomainControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.RoleControllerSecurityTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.RoleControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.SessionControllerSecurityTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.SessionControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.UserControllerSecurityTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.UserControllerSecurityTest1
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.UserControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.UserExtrasControllerTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.security.RoleTests
Create suite of all weblog tests.
suite() - Static method in class org.opensubsystems.security.SecurityTests
Create suite of all security tests.
suite() - Static method in class org.opensubsystems.security.SessionTests
Create suite of all user tests.
suite() - Static method in class org.opensubsystems.security.UserTests
Create suite of all user tests.

T

tearDown() - Method in class org.opensubsystems.security.patterns.listdata.logic.impl.SecureListControllerTest
tearDown() - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
tearDown() - Method in class org.opensubsystems.security.persist.db.SecureDatabaseTest
tearDown() - Method in class org.opensubsystems.security.persist.db.SecureDatabaseTestUtils
Tear down method that will destroy test domain, user and its sessions.
testAssignRoleToDomain() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
test of assignRoleToDomain method
testAssignRoleToUser() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
test of assignRoleToUser method
testAttach() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for attach method.
testChangeLoginName() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for changing of login name for user
testChangeLoginNameAndEmailCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for changing login name and email of the user.
testChangeLoginNameAndEmailCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for changing login name and email of the user.
testChangeLoginNameAndEmailCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for changing login name and email of the user.
testChangePassword() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for changing password for user
testChangePasswordCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for changing password of the user.
testChangePasswordCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for changing password of the user.
testChangePasswordCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for changing password of the user.
testCheckAccess() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of checkAccess method.
testCheckAccessWithIntInt() - Method in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Test of checkAccess(int, int) method.
testCheckAccessWithIntIntInt() - Method in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Test of checkAccess(int, int, int) method.
testCheckAccessWithIntIntIntIntArray() - Method in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Test of checkAccess(int, int, int, int[][]) method.
testCheckForInternalEnabledUsers() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for checkForInternalEnabledUsers method
testCheckForInternalEnabledUsers() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test checkForInternalEnabled function
testCheckLoggedInUser() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for checkLoggedInUser method
testCheckLoggedInUserCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test checking if the user is logged in.
testCheckLoggedInUserCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test checking if the user is logged in.
testCheckLogoutDomains() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test check if all sessions can be logged out from all specfied domains
testCheckUniqueConstraint() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for checking if there will be thrown unique constraint exception
testCheckUniqueConstraint() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for checking if there will be thrown unique constraint exception
testCheckUniqueConstraint() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for checking if there will be thrown unique constraint exception
testCheckUniqueConstraint() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test creation of role - there will be created role 1 first and after that another role that with the same name.
testCheckUniqueConstraint() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for checking if there will be thrown unique constraint exception.
testCleanOrphanSession() - Method in class org.opensubsystems.security.logic.SessiongControllerUnsecureTest.SessiongControllerUnsecureTestInternal
Test for deleting all server sessions (and empty internal sessions) just knowing server session identification
testCleanOrphanSessionCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for cleaning of orphan sessions.
testCleanOrphanSessionCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for cleaning of orphan sessions.
testCopyRoles() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test for copyRoles method in controller
testCreate() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for creating domain
testCreate() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of create methods in controller
testCreate() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for creating user
testCreate() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test creation of AccessRight.
testCreate() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for creating of the domain
testCreate() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for creation of external session creating
testCreate() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for creating internal session
testCreate() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for creating user
testCreateCheck() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for creating of the domain.
testCreateCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for creating of the user.
testCreateCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for creating of the user.
testCreateCollection() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test for creating collection of access rights
testCreateCollection() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for creating collection of domains
testCreateCollection() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for creating collection of user
testCreateList() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test creation of AccessRights list.
testCreatePersonal() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of create personal role
testCreateRegular() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test creation of regular role.
testCreateSelfRegistrationRole() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of createSelfRegistrationRole methods in controller
testCreateUnmodifiable() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test creation of unmodifiable role.
testCreateWithNoRoles() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for creating domain without roles
testCreateWithNoRoles() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for creating user
testCreateWithRoles() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for creating domain with roles
testCreateWithRoles() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for creating user
testDelete() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for deleting Domain
testDelete() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of delete role methods in controller
testDelete() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for deleting user
testDelete() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for deleting of the domain
testDelete() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for deleting external session
testDelete() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of delete method
testDelete() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for deleting user
testDeleteAllExceptSpecified() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for deleting all users except the specified ones
testDeleteAllForRole() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of deleteAllForRole method.
testDeleteAllOrphans() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test all orphaned internal sessions
testDeleteById() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for deleting external session deleting just knowing ID
testDeleteById() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for deleting internal session by id
testDeleteByIds() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for deleting domains knowing array of their IDs
testDeleteByIds() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for deleting domains knowing array of their IDs
testDeleteByIds() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for deleting users knowing array of their IDs
testDeleteByIdsWithCurrentDomainId() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for deleting domains knowing array of their IDs and there will be also current domain ID
testDeleteByInternalSession() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for deleting internal session by session code
testDeleteByServer() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for deleting external session deleting just knowing server identification
testDeleteCheck() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for deleting of the domain.
testDeleteCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for deleting of the user.
testDeleteCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for deleting of the user.
testDeleteCheckId() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for deleting of the domain.
testDeleteCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for deleting of the user.
testDeleteList() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for delete of the list of internal sessions
testDeleteListForDomains() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for delete list of internal sessions for all specified domains
testDeleteMoreCheck() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for deleting of the roles specified by IDs.
testDeleteMoreCheckCategoryEnabled() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for deleting of the roles specified by IDs.
testDeleteMoreCheckId() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for deleting of the roles specified by IDs.
testDeleteMultiple() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of delete multiple roles methods in controller
testDeleteMultiple() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for deleting multiple users
testDeleteMultiple() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
test of delete method
testDeletePersonal() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of deletePersonal method
testDeleteRights() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of delete method.
testDetach() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for detach method
testDetachCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for detach.
testDetachCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for detach.
testExistDomain() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for getting flag signaling existence of an domain within the database
testExistDomain() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for getting flag signaling existence of an domain within the database
testGet() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for getting of the domain by id
testGet() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of get methods in controller
testGetActualCount() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
test of getActualCount method
testGetActualCount() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
test of getActualCount method
testGetActualCount() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for getting actual number of users
testGetActualIds() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for getting actual domain IDs
testGetActualIds() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
test for getting actual internal session IDs (method getActualIds)
testGetActualIds() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for getting actual user IDs
testGetActualInternalSessions() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for getActualInternalSessions method
testGetActualUserCount() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
test of getActualUserCount method
testGetAllById() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for getting all external sessions knowing just the internal session id
testGetAllByInternalSession() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for getting all external sessions knowing just the internal session generated code.
testGetAllForDomain() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
test of getAllForDomain method
testGetAllForRole() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of getAllForRole method.
testGetAllForRoles() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of getAllForRoles method.
testGetAllForUser() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
test of getAllForUser method
testGetAllForUserCheck() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of all roles for specified user.
testGetAllForUserCheckCategoryEnabled() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of all roles for specified user.
testGetAllForUserCheckId() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of all roles for specified user.
testGetAllRolesInDomain() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
test of getAllRolesInDomain method
testGetAllRolesInDomain() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
test of getAllRolesInDomain method
testGetById() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for getting of the user
testGetById() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of get method by ID
testGetById() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for getting of the domain by id
testGetById() - Method in class org.opensubsystems.security.persist.db.ExternalSessionDatabaseFactoryTest.ExternalSessionDatabaseFactoryTestInternal
Test for getting external session knowing just the external session id
testGetById() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for get method with id parameter
testGetById() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of getRole method by unique ID
testGetById() - Method in class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal
Test for get method with id parameter.
testGetById() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for getting user knowing just the ID of the user
testGetByIncorrectID() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test of get method using incorrect ID
testGetByIncorrectId() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of get method using incorrect ID
testGetByIncorrectID() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test of get method using incorrect ID
testGetByInternalSession() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for get method with internal session string parameter
testGetByInternalSession() - Method in class org.opensubsystems.security.persist.db.SessionViewDatabaseFactoryTest.SessionViewDatabaseFactoryTestInternal
Test for get method with internal session string parameter
testGetByLoginName() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for getting of the user using login name.
testGetByLoginName() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for getting user knowing just the login name of the user
testGetByName() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for getting of the domain by name
testGetCheck() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for getting of the domain.
testGetCheck() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of the role.
testGetCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user.
testGetCheckCategoryEnabled() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of the role.
testGetCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user.
testGetCheckId() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for getting of the domain.
testGetCheckId() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of the role.
testGetCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user.
testGetCountOfNotContainedSuperUsers() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for getting number of superuser IDs that are not contained within the selected IDs.
testGetCountOfNotContainedSuperUsers() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for getting number of superuser IDs that are not contained within the selected IDs.
testGetCurrentDomainWithRoles() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for getting current domain with assigned roles
testGetDomainWithRoles() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for getting domain with assigned roles
testGetDomainWithRolesSelfreg() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for getting domain with assigned roles when there already exist self registered user role
testGetForCurrentUser() - Method in class org.opensubsystems.security.persist.db.AccessRightDatabaseFactoryTest.AccessRightDatabaseFactoryTestInternal
Test of getForCurrentUser method.
testGetList() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of get multiple roles methods in controller
testGetList() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of get methods in factory
testGetListRolesCheck() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of the list roles.
testGetListRolesCheckCategoryEnabled() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of the list roles.
testGetListRolesCheckId() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for getting of the list roles.
testGetMultipleDomains() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for getting multiple domains by IDs
testGetOrderedLists() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of getOrderedLists methods in controller
testGetPersonalById() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of getPersonalRole method by unique ID
testGetPersonalByIncorrectId() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of getPersonalRole method by incorrect ID
testGetRightsForDataType() - Method in class org.opensubsystems.security.logic.AuthorizationControllerTest.AuthorizationControllerTestInternal
Test of getRightsForDataType method.
testGetRoleByNewId() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of getRole method by default NEW_ID
testGetRolesCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user roles.
testGetRolesCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user roles.
testGetRolesCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user roles.
testGetSessions() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for getSessiones method
testGetSessionsCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for getting of the role.
testGetSessionsCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for getting of the role.
testGetUserId() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for getUserId method
testGetUserIdCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for getting of the user ID knowing just internal session code.
testGetUserIdCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for getting of the user ID knowing just internal session code.
testGetUserWithRoles() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for getting user with assigned roles
testGetUserWithRolesCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user with roles.
testGetUserWithRolesCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user with roles.
testGetUserWithRolesCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Test for getting of the user with roles.
testGetWithoutCheckingDomain() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test of getWithoutCheckingDomain method
testImportAndCleanWithCorrectUserData() - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Test for importing user data from the MS Excel file
testImportAndCleanWithSomeIncorrectUserData() - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Test for importing user data from the MS Excel file
testImportCheckAndCleanWithSomeIncorrectUserData() - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Test for importing user data from the MS Excel file
testImportWithAllCorrectUserData() - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Test for importing user data from the MS Excel file
testImportWithSomeIncorrectUserData() - Method in class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Test for importing user data from the MS Excel file
testIsAnyOfSpecifiedPersonalRoleNegative() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of isAnyOfSpecifiedPersonalRole method where roles are only non personal
testIsAnyOfSpecifiedPersonalRolePositive() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of isAnyOfSpecifiedPersonalRole method where one role is personal
testLoadPagesFromFirstToLastForMultipleDomains() - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
Test loading pages by browsing through the whole list page by page from the first to the last therefore retrieving every page of the list in sequential order.
testLoadPagesFromLastToFirstForMultipleDomains() - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
Test loading pages by browsing through the whole list page by page from the last to the first therefore retrieving every page of the list in sequential order and testing the retrieved data to make sure that we have retrieved the correct data.
testLoadPagesRandomForMultipleDomains() - Method in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseFactoryTest
Test loading pages from the list by randomly selecting a page and then retrieving it.
testLoadRole() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest1.RoleDatabaseFactoryTestInternal1
Test of loadRole utility
testLogin() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test of the login method
testLoginGuest() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for loginGuest method
testLoginGuestWithNoGuest() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for loginGuest method without guest enabled
testLogout() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for logout method
testLogoutCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for logout of the user (deleting of user's int.session and all related ext.sessions).
testLogoutCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for logout of the user (deleting of user's int.session and all related ext.sessions).
testLogoutDomainsAllow() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for logout all sessions for all specfied domains - in this test we allow logout
testLogoutDomainsDeny() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for logout all sessions for all specfied domains - in this test we don't allow logout
testLogoutSessions() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for logoutSessions method.
testLogoutSessionsCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for logout of the user sessions (deleting of user's int.sessions and all related ext.sessions).
testLogoutSessionsCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test for logout of the user sessions (deleting of user's int.sessions and all related ext.sessions).
testRemoveFromDomain() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
test of removeFromDomain method
testRemoveFromDomains() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of removeFromDomains method
testRemoveFromUser() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
test of removeFromUser method
testRemoveFromUsers() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of removeFromUsers method
TestRoleDatabaseFactoryUtils - Class in org.opensubsystems.security.utils
Data factory to retrieve and manipulate roles in persistence store.
TestRoleDatabaseFactoryUtils() - Constructor for class org.opensubsystems.security.utils.TestRoleDatabaseFactoryUtils
Default constructor.
testRoles() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test of getRoles methods in controller
testRoles() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test of getRoles methods in controller
testSapDeadlock() - Method in class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
This test is the minimal test to deadlock sapdb 7.4.3.27 with JOTM 1.4.3 and XAPool 1.3.1.
testSave() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for saving Domain
testSave() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of save role with differences methods in controller
testSave() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for saving user
testSave() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test for modifying of the domain
testSave() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for updating user
testSaveCheck() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for updating of the domain.
testSaveCheck() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for saving of the role.
testSaveCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for saving of the user.
testSaveCheckCategoryEnabled() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for saving of the role.
testSaveCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for saving of the user.
testSaveCheckId() - Method in class org.opensubsystems.security.logic.DomainControllerSecurityTest.DomainControllerSecurityTestInternal
Test for updating of the domain.
testSaveCheckId() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for saving of the role.
testSaveCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for saving of the user.
testSavePersonal() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of savePersonal method
testSavePersonalRole() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of save personal role method
testSavePersonalRoleUnmodifiable() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of save personal role method - there will be within the DB specified personal role, that is unmodifiable (DB attribute UNMODIFIABLE = 1).
testSaveRegularRole() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of save regular role method
testSaveRegularRoleUnmodifiable() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of save regular role method - there will be within the DB specified regular role, that is unmodifiable (DB attribute UNMODIFIABLE = 1).
testSaveUnmodifiableRole() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of save unmodifiable role method
testSaveWithDifferences() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of save with differences methods in controller
testSaveWithNoPasswordChange() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for saving user without changing password
testSaveWithNoPasswordChange() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for updating user without updating his password
testSaveWithRoles() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test for saving user with roles assigned
testSaveWithRoles() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for saving user with roles assigned
testSaveWithRolesWithNoPasswordChange() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for saving user with roles without changing his password.
testUpdateEnable() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test of updateEnable method
testUpdateEnable() - Method in class org.opensubsystems.security.persist.db.DomainDatabaseFactoryTest.DomainDatabaseFactoryTestInternal
Test of updateEnable method
testUpdateEnable() - Method in class org.opensubsystems.security.persist.db.InternalSessionDatabaseFactoryTest.InternalSessionDatabaseFactoryTestInternal
Test for updating and enabling users by session id
testUpdateEnable() - Method in class org.opensubsystems.security.persist.db.RoleDatabaseFactoryTest.RoleDatabaseFactoryTestInternal
Test of updateEnable method
testUpdateEnable() - Method in class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Test for enabling and disabling users
testUpdateEnableCheck() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for update enable of the roles.
testUpdateEnableCheck() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test checking if the user is logged in.
testUpdateEnableCheck() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for update enable of the user.
testUpdateEnableCheckCategoryEnabled() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for update enable of the roles.
testUpdateEnableCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test checking if the user is logged in.
testUpdateEnableCheckCategorySuperUser() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for update enable of the user.
testUpdateEnableCheckId() - Method in class org.opensubsystems.security.logic.RoleControllerSecurityTest.RoleControllerSecurityTestInternal
Test for update enable of the roles.
testUpdateEnableCheckId() - Method in class org.opensubsystems.security.logic.SessionControllerSecurityTest.SessionControllerSecurityTestInternal
Test checking if the user is logged in.
testUpdateEnableCheckId() - Method in class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Test for update enable of the user.
testUpdateEnableCurrentDomain() - Method in class org.opensubsystems.security.logic.DomainControllerTest.DomainControllerTestInternal
Test of updateEnable method when there has to be disabled current domain
testUpdateEnableFalse() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of updateEnable methods in controller
testUpdateEnableFalse() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for updateEnable with false parameter.
testUpdateEnableFalse() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for disabling users
testUpdateEnableFalseAllUsers() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for disabling all users.
testUpdateEnableFalseAllUsers() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for disabling all users.
testUpdateEnableTrue() - Method in class org.opensubsystems.security.logic.SessionControllerTest.SessionControllerTestInternal
Test for updateEnable with true parameter.
testUpdateEnableTrue() - Method in class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Test for enabling Users
testUpdateTrue() - Method in class org.opensubsystems.security.logic.RoleControllerTest.RoleControllerTestInternal
Test of updateEnable methods in controller
TestUserDatabaseFactoryUtils - Class in org.opensubsystems.security.utils
Data factory to retrieve and manipulate users in persistence store.
TestUserDatabaseFactoryUtils() - Constructor for class org.opensubsystems.security.utils.TestUserDatabaseFactoryUtils
Default constructor.
testVerifyAndCurrentUser() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of current user
testVerifyAndReturnGuestUser() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of guest user
testVerifyAndReturnGuestUserByID() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of guest user, when we know just user ID
testVerifyAndReturnGuestUserByIDWithNoGuest() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of guest user knowing just user ID
testVerifyAndReturnGuestUserWithNoGuest() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of guest user
testVerifyAndReturnUserById() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of user
testVerifyAndReturnUserByNameAndPassword() - Method in class org.opensubsystems.security.logic.AuthenticationControllerTest.AuthenticationControllerTestInternal
Test for verifying and returning of user

U

UNIT_OF_INSERTION - Static variable in class org.opensubsystems.security.patterns.listdata.persist.db.SecureListDatabaseTestUtils
Name of the property containing value for number of insertion unit
UserControllerSecurityTest - Class in org.opensubsystems.security.logic
Test for security facade above the persistance layer.
UserControllerSecurityTest.UserControllerSecurityTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
UserControllerSecurityTest.UserControllerSecurityTestInternal(String) - Constructor for class org.opensubsystems.security.logic.UserControllerSecurityTest.UserControllerSecurityTestInternal
Constructor
UserControllerSecurityTest1 - Class in org.opensubsystems.security.logic
Test for security facade above the persistance layer.
UserControllerSecurityTest1.UserControllerSecurityTestInternal1 - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
UserControllerSecurityTest1.UserControllerSecurityTestInternal1(String) - Constructor for class org.opensubsystems.security.logic.UserControllerSecurityTest1.UserControllerSecurityTestInternal1
Constructor
UserControllerTest - Class in org.opensubsystems.security.logic
Test for UserController interface implementation class.
UserControllerTest.UserControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
UserControllerTest.UserControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.UserControllerTest.UserControllerTestInternal
Constructor
UserDatabaseFactoryTest - Class in org.opensubsystems.security.persist.db
Test for UserDatabaseFactory class.
UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal - Class in org.opensubsystems.security.persist.db
Internal class which can be included in other test suites directly without including the above suite.
UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal(String) - Constructor for class org.opensubsystems.security.persist.db.UserDatabaseFactoryTest.UserDatabaseFactoryTestInternal
Constructor
UserExtrasControllerTest - Class in org.opensubsystems.security.logic
Test for UserExtrasController interface implementation class.
UserExtrasControllerTest.UserExtrasControllerTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
UserExtrasControllerTest.UserExtrasControllerTestInternal(String) - Constructor for class org.opensubsystems.security.logic.UserExtrasControllerTest.UserExtrasControllerTestInternal
Constructor
UserListDatabaseTestUtils - Class in org.opensubsystems.security.persist.db
Utilities for testing of list functionality for users.
UserListDatabaseTestUtils() - Constructor for class org.opensubsystems.security.persist.db.UserListDatabaseTestUtils
Constructor
UserTests - Class in org.opensubsystems.security
Test for classes working with domains.
UserTests() - Constructor for class org.opensubsystems.security.UserTests
Protected constructor since this class cannot be instantiated directly

X

XAPoolSapDBDeadlockTest - Class in org.opensubsystems.security.logic
Test to cause dealock in Sapdb 7.4.3.27 with JOTM 1.4.3 and XAPool 1.3.1.
XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal - Class in org.opensubsystems.security.logic
Internal class which can be included in other test suites directly without including the above suite.
XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal(String) - Constructor for class org.opensubsystems.security.logic.XAPoolSapDBDeadlockTest.XAPoolSapDBDeadlockTestInternal
 

A C D E G I L M O R S T U X

Copyright © 2003 - 2006 OpenSubsystems s.r.o.