Uses of Class
io.goobi.viewer.model.security.License
Package
Description
-
Uses of License in io.goobi.viewer.dao
Modifier and TypeMethodDescriptionIDAO.getAllLicenses()
getAllLicenses.IDAO.getLicenses
(LicenseType licenseType) -
Uses of License in io.goobi.viewer.dao.impl
Modifier and TypeMethodDescriptionJPADAO.getAllLicenses()
getAllLicenses.JPADAO.getLicenses
(LicenseType licenseType) -
Uses of License in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionAdminLicenseBean.getCurrentLicense()
Getter for the fieldcurrentLicense
.Modifier and TypeMethodDescriptionAdminLicenseBean.getAllLicenses()
AdminLicenseBean.getLicenses
(LicenseType licenseType) Modifier and TypeMethodDescriptionAdminLicenseBean.deleteLicenseAction
(License license) deleteLicenseAction.void
AdminLicenseBean.setCurrentLicense
(License currentLicense) Setter for the fieldcurrentLicense
. -
Uses of License in io.goobi.viewer.model.security
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionClientApplication.getLicenses()
Get theLicense
s this client is privileged toModifier 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
Modifier and TypeMethodDescriptionIpRange.getLicenses()
getLicenses.User.getLicenses()
getLicenses.UserGroup.getLicenses()
getLicenses.UserGroup.getLicenses
(boolean core) Getter for the fieldlicenses
.Modifier 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.Modifier 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
.