Uses of Class
org.restlet.ext.oauth.AuthenticatedUser

Packages that use AuthenticatedUser
org.restlet.ext.oauth Support for OAuth 2.0 HTTP authentication. 
 

Uses of AuthenticatedUser in org.restlet.ext.oauth
 

Methods in org.restlet.ext.oauth that return AuthenticatedUser
abstract  AuthenticatedUser UserStore.createUser(String id)
          Creates a user and return it.
abstract  AuthenticatedUser UserStore.findUser(String id)
          Retrieves a given user according to the given identifier.
 



Copyright © 2005-2013 Restlet.