Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- ADMIN_PASSWORD - Static variable in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- ADMIN_USERNAME - Static variable in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- adminUserShouldAuthenticateWithCorrectPassword() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- adminUserShouldNotAuthenticateWithIncorrectPassword() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- ANONYMOUS_USERNAME - Static variable in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- anonymousUserShouldNotAuthenticateWithAnyPassword() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- appGroup - Variable in class com.xebialabs.deployit.security.PermissionEnforcerTest
- assertTestUserCanLogin() - Method in class com.xebialabs.deployit.security.UserServiceTest
- authenticateAsAdmin() - Method in class com.xebialabs.deployit.security.UserServiceTest
- AuthenticationProviderTest - Class in com.xebialabs.deployit.security.authentication
- AuthenticationProviderTest() - Constructor for class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
C
- canReadAdminUser() - Method in class com.xebialabs.deployit.security.UserServiceTest
- checkPermissions(Role, String, String) - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- cleanup() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- com.xebialabs.deployit.security - package com.xebialabs.deployit.security
- com.xebialabs.deployit.security.authentication - package com.xebialabs.deployit.security.authentication
- com.xebialabs.deployit.security.permission - package com.xebialabs.deployit.security.permission
D
- devver - Variable in class com.xebialabs.deployit.security.PermissionEnforcerTest
E
- envDept - Variable in class com.xebialabs.deployit.security.PermissionEnforcerTest
- envGroup - Variable in class com.xebialabs.deployit.security.PermissionEnforcerTest
- environment - Variable in class com.xebialabs.deployit.security.PermissionEnforcerTest
G
- getPermissionChecker() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- getPermissionEditor() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- getRoleService() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- getUserService() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- getUserService() - Method in class com.xebialabs.deployit.security.UserServiceTest
- grant(Permission, Role, String) - Method in class com.xebialabs.deployit.security.TestPermissions
- grant(Permission, String, String) - Method in class com.xebialabs.deployit.security.TestPermissions
I
- IMPLICIT_READ - Static variable in class com.xebialabs.deployit.security.permission.PlatformTestPermissions
- IMPLICIT_READ_APP - Static variable in class com.xebialabs.deployit.security.permission.PlatformTestPermissions
L
- lRoleA - Variable in class com.xebialabs.deployit.security.PermissionEnforcerTest
P
- PermissionEnforcerTest - Class in com.xebialabs.deployit.security
- PermissionEnforcerTest() - Constructor for class com.xebialabs.deployit.security.PermissionEnforcerTest
- PlatformTestPermissions - Class in com.xebialabs.deployit.security.permission
- PlatformTestPermissions() - Constructor for class com.xebialabs.deployit.security.permission.PlatformTestPermissions
R
- REGULAR_PASSWORD - Static variable in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- REGULAR_USERNAME - Static variable in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- regularUserShouldAuthenticateWithCorrectPassword() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- regularUserShouldNotAuthenticateWithIncorrectPassword() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- restoreOriginalAuthentication() - Method in class com.xebialabs.deployit.security.UserServiceTest
- revoke(Permission, Role, String) - Method in class com.xebialabs.deployit.security.TestPermissions
S
- setup() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- setupAuthenticationProvider() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- setupUserService() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldBeAdminUserWhenGrantedAdminPermission() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldBeAdminUserWhenGrantedCorrectAuthority() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldCheckForCiGroupPermissionGrantedToRole() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldCheckForCiPermissionGrantedToRoleOnParentNode() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldCheckForCiPermissionGrantedToRoleOnSameNode() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldCheckForPermissionGrantedToRole() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldCreateModifyAndDeleteUser() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldHaveReadPermissionWhenGrantedCiLevelPermission() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldListFilteredUsernames() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldListUsernames() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldModifyPasswordsProvidingTheOldOne() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldNotAuthenticateWithWrongUsername() - Method in class com.xebialabs.deployit.security.authentication.AuthenticationProviderTest
- shouldNotRemoveReadPermissionForUserWhenAnotherUserHasGrantedRelatedPermission() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldNotRevokedExplicitReadWhenRevokingAnotherPermission() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldNotRevokedExplicitReadWhenRevokingAnotherPermissionFromOtherRole() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldRejectCreatingSameUserTwice() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldRejectCreatingSameUserWithDifferentCaseTwice() - Method in class com.xebialabs.deployit.security.UserServiceTest
- shouldRevokePermissionInOneGoWhenGrantedTwice() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
- shouldRevokePermissionWhenRemovingUserFromLocalRoleMembership() - Method in class com.xebialabs.deployit.security.PermissionEnforcerTest
T
- TestPermissions - Class in com.xebialabs.deployit.security
- TestPermissions(RoleService, PermissionEditor) - Constructor for class com.xebialabs.deployit.security.TestPermissions
U
- UserServiceTest - Class in com.xebialabs.deployit.security
- UserServiceTest() - Constructor for class com.xebialabs.deployit.security.UserServiceTest
All Classes and Interfaces|All Packages|Constant Field Values