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.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 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 TypeMethodDescriptionbooleanILicensee.addLicense(License license) Adds the given license to this ILicensee.booleanILicensee.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 theLicenses this client is privileged toMethods in io.goobi.viewer.model.security.clients with parameters of type LicenseModifier and TypeMethodDescriptionbooleanClientApplication.addLicense(License license) Add aLicenseto theClientApplication.licensesbooleanClientApplication.removeLicense(License license) RemoveLicensefrom 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 TypeMethodDescriptionbooleanIpRange.addLicense(License license) Adds the given license to this ILicensee.booleanUser.addLicense(License license) Adds the given license to this ILicensee.booleanUserGroup.addLicense(License license) Adds the given license to this ILicensee.booleanIpRange.removeLicense(License license) Removes the given license from this ILicensee.booleanUser.removeLicense(License license) Removes the given license from this ILicensee.booleanUserGroup.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 TypeMethodDescriptionvoidIpRange.setLicenses(List<License> licenses) Setter for the fieldlicenses.voidUser.setLicenses(List<License> licenses) Setter for the fieldlicenses.voidUserGroup.setLicenses(List<License> licenses) Setter for the fieldlicenses.