Class AuthenticationProviderTest


  • public abstract class AuthenticationProviderTest
    extends java.lang.Object
    • Constructor Detail

      • AuthenticationProviderTest

        public AuthenticationProviderTest()
    • Method Detail

      • getUserService

        protected abstract com.xebialabs.deployit.security.UserService getUserService()
      • setupAuthenticationProvider

        public void setupAuthenticationProvider()
      • anonymousUserShouldNotAuthenticateWithAnyPassword

        public void anonymousUserShouldNotAuthenticateWithAnyPassword()
      • adminUserShouldAuthenticateWithCorrectPassword

        public void adminUserShouldAuthenticateWithCorrectPassword()
      • adminUserShouldNotAuthenticateWithIncorrectPassword

        public void adminUserShouldNotAuthenticateWithIncorrectPassword()
      • regularUserShouldAuthenticateWithCorrectPassword

        public void regularUserShouldAuthenticateWithCorrectPassword()
      • regularUserShouldNotAuthenticateWithIncorrectPassword

        public void regularUserShouldNotAuthenticateWithIncorrectPassword()
      • shouldNotAuthenticateWithWrongUsername

        public void shouldNotAuthenticateWithWrongUsername()