|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectoauthP5.oauth.TimestampServiceImpl
public class TimestampServiceImpl
Implementation of TimestampService
using plain java classes.
Constructor Summary | |
---|---|
TimestampServiceImpl()
Default constructor. |
Method Summary | |
---|---|
String |
getNonce()
Returns a nonce (unique value for each request) |
String |
getTimestampInSeconds()
Returns the unix epoch timestamp in seconds |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimestampServiceImpl()
Method Detail |
---|
public String getNonce()
getNonce
in interface TimestampService
public String getTimestampInSeconds()
getTimestampInSeconds
in interface TimestampService
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |