Uses of Class
org.nuxeo.ecm.tokenauth.TokenAuthenticationException
-
Packages that use TokenAuthenticationException Package Description org.nuxeo.ecm.tokenauth.service -
-
Uses of TokenAuthenticationException in org.nuxeo.ecm.tokenauth.service
Methods in org.nuxeo.ecm.tokenauth.service that throw TokenAuthenticationException Modifier and Type Method Description StringTokenAuthenticationService. acquireToken(String userName, String applicationName, String deviceId, String deviceDescription, String permission)Acquires a unique token for the specified user, application, and device.StringTokenAuthenticationService. acquireToken(javax.servlet.http.HttpServletRequest request)Acquires a unique token for the specified request.StringTokenAuthenticationServiceImpl. acquireToken(String userName, String applicationName, String deviceId, String deviceDescription, String permission)StringTokenAuthenticationServiceImpl. acquireToken(javax.servlet.http.HttpServletRequest request)StringTokenAuthenticationService. getToken(String userName, String applicationName, String deviceId)Gets the token for the specified user, application, and device.StringTokenAuthenticationServiceImpl. getToken(String userName, String applicationName, String deviceId)
-