Class AuthenticationProviderTest

java.lang.Object
com.xebialabs.deployit.security.authentication.AuthenticationProviderTest

public abstract class AuthenticationProviderTest extends Object
  • Field Details

  • Constructor Details

    • AuthenticationProviderTest

      public AuthenticationProviderTest()
  • Method Details

    • 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()