Uses of Class
io.goobi.viewer.model.security.user.UserToken
Packages that use UserToken
Package
Description
JAX-RS request and response filters implementing cross-cutting concerns such as
access control, CORS headers, IIIF image parameter validation, and PDF/image delivery guards.
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.-
Uses of UserToken in io.goobi.viewer.api.rest.filters
Methods in io.goobi.viewer.api.rest.filters that return types with arguments of type UserToken -
Uses of UserToken in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return types with arguments of type UserTokenMethods in io.goobi.viewer.dao with parameters of type UserTokenModifier and TypeMethodDescriptionbooleanIDAO.addUserToken(UserToken token) booleanIDAO.deleteUserToken(UserToken token) -
Uses of UserToken in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return types with arguments of type UserTokenMethods in io.goobi.viewer.dao.impl with parameters of type UserTokenModifier and TypeMethodDescriptionbooleanJPADAO.addUserToken(UserToken token) booleanJPADAO.deleteUserToken(UserToken token)