Uses of Class
org.silverpeas.core.web.rs.annotation.Authorized
-
-
Uses of Authorized in org.silverpeas.core.web.rs.annotation.processing
Classes in org.silverpeas.core.web.rs.annotation.processing with annotations of type Authorized Modifier and Type Class Description class
AuthorizedAnnotationProcessor
A processor working on the classes that are annotated with the @Authorized annotation. -
Uses of Authorized in org.silverpeas.core.webapi.admin
Classes in org.silverpeas.core.webapi.admin with annotations of type Authorized Modifier and Type Class Description class
ComponentResource
A REST Web resource giving component data. -
Uses of Authorized in org.silverpeas.core.webapi.admin.scim
-
Uses of Authorized in org.silverpeas.core.webapi.attachment
Classes in org.silverpeas.core.webapi.attachment with annotations of type Authorized Modifier and Type Class Description class
AttachmentResource
A REST Web resource providing access to attachments through private mode.class
SimpleDocumentListResource
class
SimpleDocumentResource
class
SimpleDocumentResourceCreator
-
Uses of Authorized in org.silverpeas.core.webapi.cache
Classes in org.silverpeas.core.webapi.cache with annotations of type Authorized Modifier and Type Class Description class
VolatileCacheResource
A REST Web resource which permits to obtain volatile identifier scoped into a component instance.
Please consuleVolatileResourceCacheService
. -
Uses of Authorized in org.silverpeas.core.webapi.calendar
Classes in org.silverpeas.core.webapi.calendar with annotations of type Authorized Modifier and Type Class Description class
CalendarResource
A REST Web resource giving calendar data. -
Uses of Authorized in org.silverpeas.core.webapi.comment
Classes in org.silverpeas.core.webapi.comment with annotations of type Authorized Modifier and Type Class Description class
CommentResource
A REST Web resource representing a given comment. -
Uses of Authorized in org.silverpeas.core.webapi.contribution
Classes in org.silverpeas.core.webapi.contribution with annotations of type Authorized Modifier and Type Class Description class
ContributionContentResource
User: Yohann Chastagnier Date: 21/05/13 -
Uses of Authorized in org.silverpeas.core.webapi.node
Classes in org.silverpeas.core.webapi.node with annotations of type Authorized Modifier and Type Class Description class
ListNodeResource
A REST Web resource representing a list of node.class
NodeResource
A REST Web resource providing access to a node through private mode. -
Uses of Authorized in org.silverpeas.core.webapi.pdc
Classes in org.silverpeas.core.webapi.pdc with annotations of type Authorized Modifier and Type Class Description class
PdcClassificationResource
A REST Web resource that represents the classification of a Silverpeas's resource on the classification plan (named PdC).class
PdcPredefinedClassificationResource
A REST Web resource that represents the predefined classifications on the PdC to classify the contents that are published into a given node of a given component instance or in a whole component instance. -
Uses of Authorized in org.silverpeas.core.webapi.publication
Classes in org.silverpeas.core.webapi.publication with annotations of type Authorized Modifier and Type Class Description class
PublicationResource
A REST Web resource providing access to publications through private mode. -
Uses of Authorized in org.silverpeas.core.webapi.rating
Classes in org.silverpeas.core.webapi.rating with annotations of type Authorized Modifier and Type Class Description class
RatingResource
A REST Web resource representing a given rating. -
Uses of Authorized in org.silverpeas.core.webapi.security
Classes in org.silverpeas.core.webapi.security with annotations of type Authorized Modifier and Type Class Description class
CipherKeyResource
A WEB resource representing the cipher key used in Silverpeas to encrypt and decrypt content. -
Uses of Authorized in org.silverpeas.core.webapi.subscribe
Classes in org.silverpeas.core.webapi.subscribe with annotations of type Authorized Modifier and Type Class Description class
SubscribeResource
A REST Web resource representing a given subscription.class
SubscriptionResource
A REST Web resource representing a given subscription.class
UnsubscribeResource
A REST Web resource representing a given subscription. -
Uses of Authorized in org.silverpeas.core.webapi.thesaurus
Classes in org.silverpeas.core.webapi.thesaurus with annotations of type Authorized Modifier and Type Class Description class
ThesaurusResource
-
Uses of Authorized in org.silverpeas.core.webapi.util.logging
Classes in org.silverpeas.core.webapi.util.logging with annotations of type Authorized Modifier and Type Class Description class
LogResource
A Web resource representing a given log used by Silverpeas. -
Uses of Authorized in org.silverpeas.core.webapi.workflow
Classes in org.silverpeas.core.webapi.workflow with annotations of type Authorized Modifier and Type Class Description class
ReplacementResource
Web resource representing the replacements of a user by one or more other users for some of its tasks in a given workflow. -
Uses of Authorized in org.silverpeas.core.webapi.wysiwyg
Classes in org.silverpeas.core.webapi.wysiwyg with annotations of type Authorized Modifier and Type Class Description class
WysiwygEditorConfigResource
A REST Web resource which permits to obtain volatile identifier scoped into a component instance.
Please consultVolatileResourceCacheService
. -
Uses of Authorized in org.silverpeas.web.usercalendar.services
Classes in org.silverpeas.web.usercalendar.services with annotations of type Authorized Modifier and Type Class Description class
UserCalendarResource
A REST Web resource giving calendar data.
-