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 String
TokenAuthenticationService. acquireToken(String userName, String applicationName, String deviceId, String deviceDescription, String permission)
Acquires a unique token for the specified user, application, and device.String
TokenAuthenticationService. acquireToken(javax.servlet.http.HttpServletRequest request)
Acquires a unique token for the specified request.String
TokenAuthenticationServiceImpl. acquireToken(String userName, String applicationName, String deviceId, String deviceDescription, String permission)
String
TokenAuthenticationServiceImpl. acquireToken(javax.servlet.http.HttpServletRequest request)
String
TokenAuthenticationService. getToken(String userName, String applicationName, String deviceId)
Gets the token for the specified user, application, and device.String
TokenAuthenticationServiceImpl. getToken(String userName, String applicationName, String deviceId)
-