Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.media.authz
Class VideoToken

java.lang.Object
  extended by 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)
           
 
Method Summary
 Date getCreatedDate()
           
 long getObjectID()
           
 int getObjectType()
           
 long getUserID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoToken

public VideoToken(long userID,
                  int objectType,
                  long objectID,
                  Date createdDate)
Method Detail

getUserID

public long getUserID()

getObjectType

public int getObjectType()

getObjectID

public long getObjectID()

getCreatedDate

public Date getCreatedDate()

Jive Product Page

Copyright © 1999-2007 Jive Software.