Uses of Class
com.logicaldoc.core.security.apikey.ApiKey
Package
Description
APIKey is another way to authenticate when using an API like Webservices
-
Uses of ApiKey in com.logicaldoc.core.security.apikey
Modifier 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) Modifier and TypeMethodDescriptionApiKeyDAO.findByUser
(long userId) Finds the user's ApiKeys for a given userHibernateApiKeyDAO.findByUser
(long userId)