Class PasswordRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.security.ext.server.utils.PasswordRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,PasswordRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class PasswordRpcServiceImpl
extends SecuredRemoteServiceServlet
implements PasswordRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordRpcServiceImpl(<any> authServiceProvider, UserManagerService userManager, PbeService pbeService) -
Method Summary
Modifier and TypeMethodDescriptionvoidchangePassword(String oldPasswordB64, String newPasswordB64, boolean encrypted) voidchangePassword(String username, String oldPasswordB64, String newPasswordB64, boolean encrypted) Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
PasswordRpcServiceImpl
public PasswordRpcServiceImpl(<any> authServiceProvider, UserManagerService userManager, PbeService pbeService)
-
-
Method Details
-
changePassword
public void changePassword(String oldPasswordB64, String newPasswordB64, boolean encrypted) throws ServerCallFailedException - Specified by:
changePasswordin interfacePasswordRpcService- Throws:
ServerCallFailedException
-
changePassword
public void changePassword(String username, String oldPasswordB64, String newPasswordB64, boolean encrypted) throws ExpectedException - Specified by:
changePasswordin interfacePasswordRpcService- Throws:
ExpectedException
-