Uses of Class
io.goobi.viewer.model.security.License
Packages that use License
Package
Description
-
Uses of License in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return LicenseMethods in io.goobi.viewer.dao that return types with arguments of type LicenseModifier and TypeMethodDescriptionIDAO.getAllLicenses()getAllLicenses.IDAO.getLicenses(ILicensee licensee) IDAO.getLicenses(LicenseType licenseType) Methods in io.goobi.viewer.dao with parameters of type LicenseModifier and TypeMethodDescriptionbooleanIDAO.addLicense(License license) addLicenseType.booleanIDAO.deleteLicense(License license) deleteLicenseType.booleanIDAO.updateLicense(License license) updateLicenseType. -
Uses of License in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return LicenseMethods in io.goobi.viewer.dao.impl that return types with arguments of type LicenseModifier and TypeMethodDescriptionJPADAO.getAllLicenses()getAllLicenses.JPADAO.getLicenses(ILicensee licensee) JPADAO.getLicenses(LicenseType licenseType) Methods in io.goobi.viewer.dao.impl with parameters of type LicenseModifier and TypeMethodDescriptionbooleanJPADAO.addLicense(License license) addLicenseType.booleanJPADAO.deleteLicense(License license) deleteLicenseType.booleanJPADAO.updateLicense(License license) updateLicenseType. -
Uses of License in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return LicenseModifier and TypeMethodDescriptionAdminLicenseBean.getCurrentLicense()Getter for the fieldcurrentLicense.Methods in io.goobi.viewer.managedbeans that return types with arguments of type LicenseModifier and TypeMethodDescriptionAdminLicenseBean.getAllLicenses()AdminLicenseBean.getLicenses(LicenseType licenseType) Methods in io.goobi.viewer.managedbeans with parameters of type LicenseModifier and TypeMethodDescriptionAdminLicenseBean.deleteLicenseAction(License license) deleteLicenseAction.voidAdminLicenseBean.setCurrentLicense(License currentLicense) Setter for the fieldcurrentLicense. -
Uses of License in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that return LicenseMethods in io.goobi.viewer.model.security that return types with arguments of type LicenseModifier and TypeMethodDescriptionAccessConditionUtils.getApplyingLicenses(Optional<User> user, String ipAddress, LicenseType type, IDAO dao) List all licenses ("rights") that the given user and ipAddress is entitled to, either because they are directly given to the user, a group the user belongs to or to the given ipAddress, whether or not the given user existsILicensee.getLicenses()getLicenses.Methods in io.goobi.viewer.model.security with parameters of type LicenseConstructors in io.goobi.viewer.model.security with parameters of type License -
Uses of License in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return types with arguments of type License