|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.gouv.culture.sdx.user.UserInformation
fr.gouv.culture.sdx.user.AnonymousUserInformation
An anonymous SDX user.
The information for this user will be sent directly and not from an XML document.
Field Summary |
Fields inherited from class fr.gouv.culture.sdx.user.UserInformation |
ANONYMOUS_USERNAME, host, ip, SESSION_PROPERTY |
Constructor Summary | |
AnonymousUserInformation(java.util.Locale locale)
Creates an anonymous user with a preferred locale. |
Method Summary | |
void |
toSAX(org.xml.sax.ContentHandler handler)
Sends information about this anonymous user. |
Methods inherited from class fr.gouv.culture.sdx.user.UserInformation |
enableLogging, getAppId, getEmail, getFirstname, getGroups, getHost, getId, getIp, getLastname, getPreferredLocale, isAdmin, isMember, isMember, isMember, isSuperuser, setEmail, setFirstname, setGroups, setHost, setId, setIp, setLastname, setPreferredLocale, setUp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AnonymousUserInformation(java.util.Locale locale) throws SDXException
locale
- The preferred locale.Method Detail |
public void toSAX(org.xml.sax.ContentHandler handler) throws org.xml.sax.SAXException
The information sent is basically a user definition with an anonymous property set to true.
toSAX
in class UserInformation
handler
- The handler where to send events.
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |