com.groupdocs.viewer.domain.path
Class TokenId

java.lang.Object
  extended by com.groupdocs.viewer.domain.path.GroupDocsPath
      extended by com.groupdocs.viewer.domain.path.TokenId

public class TokenId
extends GroupDocsPath

Token ID

Author:
Alex Bobkov

Field Summary
 
Fields inherited from class com.groupdocs.viewer.domain.path.GroupDocsPath
path
 
Constructor Summary
TokenId(String tokenId, String encryptedKey)
          Set token ID constructor
 
Method Summary
 boolean isExpired()
          Check if file is expired
 
Methods inherited from class com.groupdocs.viewer.domain.path.GroupDocsPath
getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenId

public TokenId(String tokenId,
               String encryptedKey)
Set token ID constructor

Parameters:
tokenId - encrypted token id
encryptedKey -
Method Detail

isExpired

public boolean isExpired()
Check if file is expired

Returns:
expiration flag


Copyright © 2014. All rights reserved.