Click or drag to resize

UserTokenFactory Methods

The UserTokenFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleFindAllForUser
Find all user tokens associated with the specified user, return null if not found.
Public methodStatic memberCode exampleFindById
Find a user token using his identifier, return null if not found.
Public methodStatic memberCode exampleFindByToken
Find a user token using his token value, return null if not found.
Public methodStatic memberCode exampleFindForUser
Find a user token associated with the specified user, return null if not found.
Public methodStatic memberCode exampleNewUserToken
Create a new empty instance of user token.
Top
See Also