Uses of Class
net.webpdf.wsclient.openapi.AdminUserCheck
-
Packages that use AdminUserCheck Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminUserCheck in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminUserCheck Modifier and Type Method Description AdminUserCheckAdminUserCheck. checkType(String checkType)Methods in net.webpdf.wsclient.openapi that return types with arguments of type AdminUserCheck Modifier and Type Method Description @NotNull List<AdminUserCheck>AdminUserConfiguration. getConfigurationChecks()Get configurationChecksMethods in net.webpdf.wsclient.openapi with parameters of type AdminUserCheck Modifier and Type Method Description AdminUserConfigurationAdminUserConfiguration. addConfigurationChecksItem(AdminUserCheck configurationChecksItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type AdminUserCheck Modifier and Type Method Description AdminUserConfigurationAdminUserConfiguration. configurationChecks(List<AdminUserCheck> configurationChecks)voidAdminUserConfiguration. setConfigurationChecks(List<AdminUserCheck> configurationChecks) -
Uses of AdminUserCheck in net.webpdf.wsclient.session.rest.administration
Method parameters in net.webpdf.wsclient.session.rest.administration with type arguments of type AdminUserCheck Modifier and Type Method Description @NotNull AdminConfigurationResultAbstractAdministrationManager. updateUserConfiguration(@NotNull UserConfigUsers configuration, @NotNull List<AdminUserCheck> checks)Updates theUserConfigUsersconfiguration if noAdminConfigurationResult.getError()occured.@NotNull AdminConfigurationResultAdministrationManager. updateUserConfiguration(@NotNull UserConfigUsers configuration, @NotNull List<AdminUserCheck> checks)Updates theUserConfigUsersconfiguration if noAdminConfigurationResult.getError()occurred.@NotNull AdminConfigurationResultAbstractAdministrationManager. validateUserConfiguration(@NotNull UserConfigUsers configuration, @NotNull List<AdminUserCheck> checks)Validates theUserConfigUsersconfiguration with the givenAdminUserChecks.@NotNull AdminConfigurationResultAdministrationManager. validateUserConfiguration(@NotNull UserConfigUsers configuration, @NotNull List<AdminUserCheck> checks)Validates theUserConfigUsersconfiguration with the givenAdminUserChecks.
-