Uses of Interface
io.goobi.viewer.model.security.ILicensee
Packages that use ILicensee
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Provides the core access-control domain model for the Goobi viewer, including license
types, access permissions, privilege holders, copyright indicators, and security questions.
Manages trusted client applications that interact with the Goobi viewer API,
providing registration, session association, and permission checking for client credentials.
Contains the user domain model for the Goobi viewer, including user accounts, groups,
roles, IP ranges, activity tracking, and related utility methods.
-
Uses of ILicensee in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao with parameters of type ILicensee -
Uses of ILicensee in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl with parameters of type ILicensee -
Uses of ILicensee in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that return ILicenseeModifier and TypeMethodDescriptionAccessPermission.getAddionalCheckRequired()LicenseRightsHolder.getLicensee()License.getSecondaryAccessRequirement()A.Methods in io.goobi.viewer.model.security with parameters of type ILicenseeModifier and TypeMethodDescriptionAccessPermission.setAddionalCheckRequired(ILicensee addionalCheckRequired) -
Uses of ILicensee in io.goobi.viewer.model.security.clients
Classes in io.goobi.viewer.model.security.clients that implement ILicensee -
Uses of ILicensee in io.goobi.viewer.model.security.user
Classes in io.goobi.viewer.model.security.user that implement ILicenseeModifier and TypeClassDescriptionclassAbstract base class for entities (users and user groups) that can hold access licenses.classRepresents an IP address range used for IP-based access control and licence assignment.classRepresents a registered viewer user with authentication credentials, roles, and associated licences.classRepresents a group of users that can be assigned licences and roles collectively.