org.squashtest.tm.service.security
Interface UserAuthenticationService

All Known Subinterfaces:
AdministratorAuthenticationService
All Known Implementing Classes:
AdministratorAuthenticationServiceImpl

public interface UserAuthenticationService


Method Summary
 boolean canModifyUser()
           
 void changeAuthenticatedUserPassword(String plainOldPassword, String plainNewPassword)
           
 void changeUserlogin(String newLogin, String oldLogin)
           
 

Method Detail

canModifyUser

boolean canModifyUser()

changeAuthenticatedUserPassword

void changeAuthenticatedUserPassword(String plainOldPassword,
                                     String plainNewPassword)

changeUserlogin

void changeUserlogin(String newLogin,
                     String oldLogin)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.