public class LostPasswordRpcServiceImpl extends SecuredRemoteServiceServlet implements LostPasswordRpcService
Constructor and Description |
---|
LostPasswordRpcServiceImpl(LostPasswordService lostPasswordService) |
Modifier and Type | Method and Description |
---|---|
boolean |
isLostPasswordDisabled() |
java.lang.String |
requestNewPassword(java.lang.String username) |
getRequest
public LostPasswordRpcServiceImpl(LostPasswordService lostPasswordService)
public java.lang.String requestNewPassword(java.lang.String username) throws ServerCallFailedException
requestNewPassword
in interface LostPasswordRpcService
ServerCallFailedException
public boolean isLostPasswordDisabled() throws ServerCallFailedException
isLostPasswordDisabled
in interface LostPasswordRpcService
ServerCallFailedException