Class UserRelatedAuditableActionsTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class UserRelatedAuditableActionsTest extends ServicelayerBaseTest
  • Constructor Details

    • UserRelatedAuditableActionsTest

      public UserRelatedAuditableActionsTest()
  • Method Details

    • setUp

      public void setUp() throws Exception
      Throws:
      Exception
    • tearDown

      public void tearDown() throws Exception
      Throws:
      Exception
    • shouldAuditSettingUserInSession

      public void shouldAuditSettingUserInSession()
    • shouldAuditSettingUserInSessionContext

      public void shouldAuditSettingUserInSessionContext()
    • shouldAuditSettingUserInLocalSessionContext

      public void shouldAuditSettingUserInLocalSessionContext()
    • shouldAuditRemovingLocalSessionContextWithUserSet

      public void shouldAuditRemovingLocalSessionContextWithUserSet()
    • shouldAuditSettingUserWithUserService

      public void shouldAuditSettingUserWithUserService()
    • shouldAuditExecutingBodyInLocalSessionCtxWithUser

      public void shouldAuditExecutingBodyInLocalSessionCtxWithUser()
    • shouldNotAuditUserChangeInLocalViewWithSameUser

      public void shouldNotAuditUserChangeInLocalViewWithSameUser()
    • shouldAuditSuccessfulUserAuthentication

      public void shouldAuditSuccessfulUserAuthentication()
    • shouldAuditSuccessfulUserAuthenticationWithLoginToken

      public void shouldAuditSuccessfulUserAuthenticationWithLoginToken() throws Exception
      Throws:
      Exception
    • shouldAuditClosingUserSession

      public void shouldAuditClosingUserSession()
    • shouldAuditFailedUserAuthenticationWithExistingUser

      public void shouldAuditFailedUserAuthenticationWithExistingUser()
    • shouldAuditFailedUserAuthenticationWithNonexistentUser

      public void shouldAuditFailedUserAuthenticationWithNonexistentUser()
    • shouldAuditFailedUserAuthenticationWithAdmin

      public void shouldAuditFailedUserAuthenticationWithAdmin()
    • shouldAuditUserPasswordChangeViaModel

      public void shouldAuditUserPasswordChangeViaModel()
    • shouldAuditUserPasswordChangeViaJALO

      public void shouldAuditUserPasswordChangeViaJALO()