|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> atom >> [ lifeblog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.xpn.xwiki.atom.lifeblog
Class LifeblogServices

java.lang.Objectcom.xpn.xwiki.atom.lifeblog.LifeblogServices
- public class LifeblogServices
- extends java.lang.Object
| Field Summary | |
private static long |
NONCE_TIMEOUT
|
private java.lang.String |
userName
|
private com.xpn.xwiki.atom.XWikiHelper |
xwikiHelper
|
| Constructor Summary | |
LifeblogServices(com.xpn.xwiki.XWikiContext context)
|
|
| Method Summary | |
java.lang.String |
getAtomListUserBlogs(java.util.List userBlogs)
|
boolean |
isAuthenticated()
|
boolean |
isAuthenticated(java.lang.String header)
|
void |
listUserBlogs()
|
private boolean |
nonceAlreadyUsedByUser(java.lang.String nonce)
|
private boolean |
nonceIsNotTooOld(java.util.Calendar createdDate)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
userName
private java.lang.String userName
NONCE_TIMEOUT
private static final long NONCE_TIMEOUT
- See Also:
- Constant Field Values
xwikiHelper
private com.xpn.xwiki.atom.XWikiHelper xwikiHelper
| Constructor Detail |
LifeblogServices
public LifeblogServices(com.xpn.xwiki.XWikiContext context)
| Method Detail |
isAuthenticated
public boolean isAuthenticated()
throws com.xpn.xwiki.XWikiException,
java.io.IOException
isAuthenticated
public boolean isAuthenticated(java.lang.String header) throws com.xpn.xwiki.XWikiException, java.io.IOException
listUserBlogs
public void listUserBlogs()
throws java.io.IOException,
com.xpn.xwiki.XWikiException
getAtomListUserBlogs
public java.lang.String getAtomListUserBlogs(java.util.List userBlogs)
nonceAlreadyUsedByUser
private boolean nonceAlreadyUsedByUser(java.lang.String nonce)
nonceIsNotTooOld
private boolean nonceIsNotTooOld(java.util.Calendar createdDate)
|
|||||||||
| Home >> All >> com >> xpn >> xwiki >> atom >> [ lifeblog overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.xpn.xwiki.atom.lifeblog.LifeblogServices