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
(LicenseType licenseType) -
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
(LicenseType licenseType) -
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.void
AdminLicenseBean.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 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 LicenseModifier and TypeMethodDescriptionboolean
ILicensee.addLicense
(License license) Adds the given license to this ILicensee.boolean
ILicensee.removeLicense
(License license) Removes the given license from this ILicensee. -
Uses of License in io.goobi.viewer.model.security.clients
Methods in io.goobi.viewer.model.security.clients that return types with arguments of type LicenseModifier and TypeMethodDescriptionClientApplication.getLicenses()
Get theLicense
s this client is privileged toMethods in io.goobi.viewer.model.security.clients with parameters of type LicenseModifier and TypeMethodDescriptionboolean
ClientApplication.addLicense
(License license) Add aLicense
to theClientApplication.licenses
boolean
ClientApplication.removeLicense
(License license) RemoveLicense
from theClientApplication.licenses
-
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 LicenseModifier and TypeMethodDescriptionIpRange.getLicenses()
getLicenses.User.getLicenses()
getLicenses.UserGroup.getLicenses()
getLicenses.UserGroup.getLicenses
(boolean core) Getter for the fieldlicenses
.Methods in io.goobi.viewer.model.security.user with parameters of type LicenseModifier and TypeMethodDescriptionboolean
IpRange.addLicense
(License license) Adds the given license to this ILicensee.boolean
User.addLicense
(License license) Adds the given license to this ILicensee.boolean
UserGroup.addLicense
(License license) Adds the given license to this ILicensee.boolean
IpRange.removeLicense
(License license) Removes the given license from this ILicensee.boolean
User.removeLicense
(License license) Removes the given license from this ILicensee.boolean
UserGroup.removeLicense
(License license) Removes the given license from this ILicensee.Method parameters in io.goobi.viewer.model.security.user with type arguments of type LicenseModifier and TypeMethodDescriptionvoid
IpRange.setLicenses
(List<License> licenses) Setter for the fieldlicenses
.void
User.setLicenses
(List<License> licenses) Setter for the fieldlicenses
.void
UserGroup.setLicenses
(List<License> licenses) Setter for the fieldlicenses
.