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) |
getRequestpublic LostPasswordRpcServiceImpl(LostPasswordService lostPasswordService)
public java.lang.String requestNewPassword(java.lang.String username)
throws ServerCallFailedException
requestNewPassword in interface LostPasswordRpcServiceServerCallFailedExceptionpublic boolean isLostPasswordDisabled()
throws ServerCallFailedException
isLostPasswordDisabled in interface LostPasswordRpcServiceServerCallFailedException