Uses of Class
edu.ucsb.nceas.metacat.shared.MetacatUtilException
Packages that use MetacatUtilException
Package
Description
-
Uses of MetacatUtilException in edu.ucsb.nceas.metacat.admin
Methods in edu.ucsb.nceas.metacat.admin that throw MetacatUtilExceptionModifier and TypeMethodDescriptionprotected static voidHashStoreConversionAdmin.generateFinalVersionsAndClassesMap()Generate the final version-class ordered map which contains the versions and upgrade classes.protected voidLoginAdmin.handle(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handle all login-related cases: 1.booleanLoginAdmin.needsLoginAdminHandling(javax.servlet.http.HttpServletRequest request, String action) Utility method to determine if an incoming request action requires intervention by this class -
Uses of MetacatUtilException in edu.ucsb.nceas.metacat.admin.upgrade
Constructors in edu.ucsb.nceas.metacat.admin.upgrade that throw MetacatUtilException -
Uses of MetacatUtilException in edu.ucsb.nceas.metacat.startup
Methods in edu.ucsb.nceas.metacat.startup that throw MetacatUtilExceptionModifier and TypeMethodDescriptionprotected voidMetacatInitializer.convertStorage()Start to convert the storage if the db is configured and the storage conversion status is PENDING or FAILED -
Uses of MetacatUtilException in edu.ucsb.nceas.metacat.util
Methods in edu.ucsb.nceas.metacat.util that throw MetacatUtilExceptionModifier and TypeMethodDescriptionstatic booleanOrganizationUtil.areOrganizationsConfigured()Reports whether LDAP is fully configured.static StringAuthUtil.authenticateUserWithCN(javax.servlet.http.HttpServletRequest request) Authenticate the user against the CN server and/or any locally-configured certificates.static booleanConfigurationUtil.bypassConfiguration()Reports whether the metacat configuration utility should be run.static booleanAuthUtil.canInsertOrUpdate(String username, String[] groups) Check if the specified user can insert the documentstatic voidGeoserverUtil.changePassword(String username, String password) Change the password on the geoserver.static StringSystemUtil.discoverExternalDir()Attempt to discover the external (to the metacat installation) directory where metacat will hold backup files.static voidRequestUtil.forwardRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String destinationUrl, Hashtable<String, String[]> params) Forward a request that was received by this servlet on to another JSP page or servlet to continue handling the request.static voidRequestUtil.forwardRequest(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Hashtable<String, String[]> params) Forward a request that was received by this servlet on to another JSP page or servlet to continue handling the request.static StringAuthUtil.getAdministrators()Get the administrators from metacat.propertiesAuthUtil.getAllowedSubmitters()Get the allowed submitters from metacat.propertiesAuthUtil.getDeniedSubmitters()Get the denied submitters from metacat.propertiesAuthUtil.getModerators()Get the moderators from metacat.propertiesOrganizationUtil.getOrganizations()gets a list of organization names from metacat.properties.gets a list of organization names from metacat.properties.static StringSystemUtil.getStoredBackupDir()Gets the stored backup location.static booleanAuthUtil.isAdministrator(String username, String[] groups) Check if the specified user is part of the administrators liststatic booleanAuthUtil.isAllowedSubmitter(String username, String[] groups) Check if the specified user is part of the moderators liststatic booleanAuthUtil.isAuthConfigured()Reports whether LDAP is fully configured.static booleanConfigurationUtil.isBackupDirConfigured()Check if the application.backupDir property is populated in metacat.properties and that it points to a writable directory.static booleanDatabaseUtil.isDatabaseConfigured()Reports whether database is fully configured.static booleanDataONEConfigUtil.isDataOneConfigured()Reports whether dataONE is configured.static booleanAuthUtil.isDeniedSubmitter(String username, String[] groups) Check if the specified user is part of the moderators liststatic booleanConfigurationUtil.isEZIDConfigured()static booleanGeoserverUtil.isGeoserverConfigured()Reports whether geoserver is configured.static booleanAuthUtil.isModerator(String username, String[] groups) Check if the specified user is part of the moderators liststatic booleanAuthUtil.isUserLoggedInAsAdmin(javax.servlet.http.HttpServletRequest request) Checks to see if the user is logged in as admin by first checking if the user is logged in and then seeing if the user's account is on the administrators list in metacat.properties.static voidAuthUtil.populateAllowedSubmitters()Get the vector of allowed submitter credentials from metacat.properties and put into global allowedSubmitters liststatic voidGeoserverUtil.writeConfig()static voidSystemUtil.writeStoredBackupFile(String backupPath)