Uses of Class
org.nuxeo.ecm.tokenauth.TokenAuthenticationException
Packages that use TokenAuthenticationException
-
Uses of TokenAuthenticationException in org.nuxeo.ecm.tokenauth.service
Methods in org.nuxeo.ecm.tokenauth.service that throw TokenAuthenticationExceptionModifier and TypeMethodDescriptionTokenAuthenticationService.acquireToken
(jakarta.servlet.http.HttpServletRequest request) Acquires a unique token for the specified request.TokenAuthenticationService.acquireToken
(String userName, String applicationName, String deviceId, String deviceDescription, String permission) Acquires a unique token for the specified user, application, and device.TokenAuthenticationServiceImpl.acquireToken
(jakarta.servlet.http.HttpServletRequest request) TokenAuthenticationServiceImpl.acquireToken
(String userName, String applicationName, String deviceId, String deviceDescription, String permission) Gets the token for the specified user, application, and device.