public class AccountInhibitionRpcServiceImpl extends SecuredRemoteServiceServlet implements AccountInhibitionRpcService
Constructor and Description |
---|
AccountInhibitionRpcServiceImpl(SecurityService securityService,
UserManagerService userManagerService,
BsiPasswordPolicy bsiPasswordPolicy,
BsiPasswordPolicyService bsiPasswordPolicyService) |
Modifier and Type | Method and Description |
---|---|
void |
applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration) |
AccountInhibitionConfiguration |
getAccountInhibitionConfiguration(UserDto user) |
InhibitionState |
getInhibitionState(UserDto user) |
getRequest
public AccountInhibitionRpcServiceImpl(SecurityService securityService, UserManagerService userManagerService, BsiPasswordPolicy bsiPasswordPolicy, BsiPasswordPolicyService bsiPasswordPolicyService)
public InhibitionState getInhibitionState(UserDto user)
getInhibitionState
in interface AccountInhibitionRpcService
public void applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration) throws ServerCallFailedException
applyAccountInhibitionConfiguration
in interface AccountInhibitionRpcService
ServerCallFailedException
public AccountInhibitionConfiguration getAccountInhibitionConfiguration(UserDto user)
getAccountInhibitionConfiguration
in interface AccountInhibitionRpcService