org.chorem.bow
Class TokenActions

java.lang.Object
  extended by org.chorem.bow.TokenActions

public class TokenActions
extends Object

Author:
bbrossaud

Constructor Summary
TokenActions()
           
 
Method Summary
 String generateToken()
           
 String getPermanentToken()
           
 String getTemporaryToken()
           
 void setPermanentToken(String token)
           
 void setTemporaryToken(String token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenActions

public TokenActions()
Method Detail

getPermanentToken

public String getPermanentToken()

getTemporaryToken

public String getTemporaryToken()

generateToken

public String generateToken()
                     throws NoSuchAlgorithmException
Throws:
NoSuchAlgorithmException

setPermanentToken

public void setPermanentToken(String token)

setTemporaryToken

public void setTemporaryToken(String token)


Copyright © 2010 CodeLutin. All Rights Reserved.