Class AccountInhibitionServiceDao
java.lang.Object
net.datenwerke.gxtdto.client.dtomanager.Dao
net.datenwerke.rs.passwordpolicy.client.accountinhibition.AccountInhibitionServiceDao
-
Constructor Summary
ConstructorsConstructorDescriptionAccountInhibitionServiceDao(AccountInhibitionRpcServiceAsync accountInhibitionRpcServiceAsync) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration, <any> callback) voidgetAccountInhibitionConfiguration(UserDto user, <any> callback) voidgetInhibitionState(UserDto user, <any> callback) Methods inherited from class net.datenwerke.gxtdto.client.dtomanager.Dao
detachDto, detachDtos, registerDto, registerDtoContainer, registerDtoContainer, registerDtos
-
Constructor Details
-
AccountInhibitionServiceDao
public AccountInhibitionServiceDao(AccountInhibitionRpcServiceAsync accountInhibitionRpcServiceAsync)
-
-
Method Details
-
getInhibitionState
public void getInhibitionState(UserDto user, <any> callback) -
applyAccountInhibitionConfiguration
public void applyAccountInhibitionConfiguration(AccountInhibitionConfiguration accountInhibitionConfiguration, <any> callback) -
getAccountInhibitionConfiguration
public void getAccountInhibitionConfiguration(UserDto user, <any> callback)
-