com.jivesoftware.community.media.authz
Class VideoToken
java.lang.Object
com.jivesoftware.community.media.authz.VideoToken
public class VideoToken
- extends Object
A playback token that encapsulates the user viewing the item, the item being viewed, and the creation date of the
token
|
Constructor Summary |
VideoToken(long userID,
int objectType,
long objectID,
Date createdDate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VideoToken
public VideoToken(long userID,
int objectType,
long objectID,
Date createdDate)
getUserID
public long getUserID()
getObjectType
public int getObjectType()
getObjectID
public long getObjectID()
getCreatedDate
public Date getCreatedDate()
Copyright © 1999-2007 Jive Software.