...
A category profile have the following attributes :
id,
name,
urlCategory : url to get back a xml category file on a remote server
trustCategory ( yes | no ) : If it is "yes", visibility rights used are those of remote category and sources. If it is "no", visibility rights on category and sources used are those of this category profile, defined in visibility element.
access ( public | cas ) : access of the category is public or cas because it needs CAS proxy ticket for authentication (for more information about CAS configuration see Configuration en déploiement portlet of the ESUP-Commons documentation and CAS en mode portletof the part Utilisation de CAS (French) of the of ESUP-Lecture documentation)
ttl (seconds) : time to live of the remote category and its sources
timeout (milliseconds) : time trying to get the category
visibility : define group visibility for category referenced by this category profile. It is used only if trustCategory is set to "no"
userCanMarkRead (yes | no) : If "yes", users can mark items of the category as read ot not read. Yes by default*
element visibility :
| Bloc de code |
|---|
<visibility>
<allowed/>
<autoSubscribed/>
<obliged>
<group name="local.0"/>
<group .../>
...
<regular attribute="sn" value="user" />
<regular .../>
...
</obliged>
</visibility>
|
...