Uses of Class
com.logicaldoc.core.security.apikey.ApiKey
Packages that use ApiKey
Package
Description
APIKey is another way to authenticate when using an API like Webservices
-
Uses of ApiKey in com.logicaldoc.core.security.apikey
Methods in com.logicaldoc.core.security.apikey that return ApiKeyModifier and TypeMethodDescriptionFinds the ApiKey by the unique keyApiKeyDAO.findByName
(String name, long userId) Finds the user's ApiKey with a given nameHibernateApiKeyDAO.findByName
(String name, long userId) Methods in com.logicaldoc.core.security.apikey that return types with arguments of type ApiKeyModifier and TypeMethodDescriptionApiKeyDAO.findByUser
(long userId) Finds the user's ApiKeys for a given userHibernateApiKeyDAO.findByUser
(long userId) Methods in com.logicaldoc.core.security.apikey with parameters of type ApiKey