Uses of Class
net.webpdf.wsclient.openapi.UserConfigUsers
-
Packages that use UserConfigUsers Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of UserConfigUsers in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return UserConfigUsers Modifier and Type Method Description UserConfigUsersUserConfigUsers. addUserItem(UserConfigUser userItem)@NotNull UserConfigUsersAdminUserConfiguration. getConfiguration()Get _configurationUserConfigUsersUserConfigUsers. user(List<UserConfigUser> user)Methods in net.webpdf.wsclient.openapi with parameters of type UserConfigUsers Modifier and Type Method Description AdminUserConfigurationAdminUserConfiguration. _configuration(UserConfigUsers _configuration)voidAdminUserConfiguration. setConfiguration(UserConfigUsers _configuration) -
Uses of UserConfigUsers in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return UserConfigUsers Modifier and Type Method Description @NotNull UserConfigUsersAbstractAdministrationManager. fetchUserConfiguration()Gets theUserConfigUsersconfiguration of the server updating the cached configuration.@NotNull UserConfigUsersAdministrationManager. fetchUserConfiguration()Gets theUserConfigUsersconfiguration of the server updating the cached configuration.@NotNull UserConfigUsersAbstractAdministrationManager. getUserConfiguration()Gets the cachedUserConfigUsersconfiguration of the server or fetches viaAdministrationManager.fetchUserConfiguration()if cache is empty@NotNull UserConfigUsersAdministrationManager. getUserConfiguration()Gets the cachedUserConfigUsersconfiguration of the server or fetches viaAdministrationManager.fetchUserConfiguration()if cache is emptyMethods in net.webpdf.wsclient.session.rest.administration with parameters of type UserConfigUsers Modifier and Type Method Description @NotNull AdminConfigurationResultAbstractAdministrationManager. updateUserConfiguration(@NotNull UserConfigUsers configuration)Updates theUserConfigUsersconfiguration if noAdminConfigurationResult.getError()occured.@NotNull AdminConfigurationResultAbstractAdministrationManager. updateUserConfiguration(@NotNull UserConfigUsers configuration, @NotNull List<AdminUserCheck> checks)Updates theUserConfigUsersconfiguration if noAdminConfigurationResult.getError()occured.@NotNull AdminConfigurationResultAdministrationManager. updateUserConfiguration(@NotNull UserConfigUsers configuration)Updates theUserConfigUsersconfiguration if noAdminConfigurationResult.getError()occurred.@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.
-