Uses of Interface
org.silverpeas.core.web.rs.UserPrivilegeValidation
-
Packages that use UserPrivilegeValidation Package Description org.silverpeas.core.web.rs Provides the API to build REST-based web services in Silverpeas.org.silverpeas.core.webapi.admin org.silverpeas.core.webapi.admin.scim Implementation of a SCIM server which is using the work of https://github .com/PennState/SCIMple-Identity.org.silverpeas.core.webapi.attachment org.silverpeas.core.webapi.bundle org.silverpeas.core.webapi.comment Provides the REST web service that handle requests about comments on a given resource in published in Silverpeas.org.silverpeas.core.webapi.notification org.silverpeas.core.webapi.password org.silverpeas.core.webapi.security org.silverpeas.core.webapi.session org.silverpeas.core.webapi.thesaurus org.silverpeas.core.webapi.util.logging org.silverpeas.core.webapi.wbe org.silverpeas.web.usercalendar.services -
-
Uses of UserPrivilegeValidation in org.silverpeas.core.web.rs
Classes in org.silverpeas.core.web.rs that implement UserPrivilegeValidation Modifier and Type Class Description class
UserPrivilegeValidator
It is a decorator of a REST-based web service that provides access to the validation of the authentication and of the authorization for a caller to request the decorated web service.Methods in org.silverpeas.core.web.rs that return UserPrivilegeValidation Modifier and Type Method Description static UserPrivilegeValidation
UserPrivilegeValidation. get()
UserPrivilegeValidation
UserPrivilegeValidation. skipLastUserAccessTimeRegistering(javax.servlet.http.HttpServletRequest request)
Sets into the request attributes the property to skip the registering of the last access of the user.UserPrivilegeValidation
UserPrivilegeValidator. skipLastUserAccessTimeRegistering(javax.servlet.http.HttpServletRequest request)
Sets into the request attributes theUserPrivilegeValidator.SKIP_LAST_USER_ACCESS_TIME_REGISTERING
attribute to true.Methods in org.silverpeas.core.web.rs with parameters of type UserPrivilegeValidation Modifier and Type Method Description default void
WebAuthenticationValidation. validateUserAuthentication(UserPrivilegeValidation validation)
Validates the authentication of the user requesting currently a web endpoint by using the specified user privilege validation service.default void
ProtectedWebResource. validateUserAuthorization(UserPrivilegeValidation validation)
Validates the authorization of the user to request this web service.default void
WebAuthorizationValidation. validateUserAuthorization(UserPrivilegeValidation validation)
Validates the authorization of the user to request the web endpoint referred by the Silverpeas context by using the specified user privilege validation service. -
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.admin
Methods in org.silverpeas.core.webapi.admin with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
AbstractAdminResource. validateUserAuthorization(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.admin.scim
Methods in org.silverpeas.core.webapi.admin.scim with parameters of type UserPrivilegeValidation Modifier and Type Method Description default void
ScimProtectedWebResource. validateUserAuthorization(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.attachment
Methods in org.silverpeas.core.webapi.attachment with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
SimpleDocumentListResource. validateUserAuthorization(UserPrivilegeValidation validation)
void
SimpleDocumentResource. validateUserAuthorization(UserPrivilegeValidation validation)
Validates the authorization of the user to request this web service. -
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.bundle
Methods in org.silverpeas.core.webapi.bundle with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
BundleResource. validateUserAuthentication(UserPrivilegeValidation validation)
User authentication is not necessary for this WEB Service. -
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.comment
Methods in org.silverpeas.core.webapi.comment with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
CommentResource. validateUserAuthorization(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.notification
Methods in org.silverpeas.core.webapi.notification with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
MessageResource. validateUserAuthentication(UserPrivilegeValidation validation)
User authentication is not necessary for this WEB Service. -
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.password
Methods in org.silverpeas.core.webapi.password with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
PasswordResource. validateUserAuthentication(UserPrivilegeValidation validation)
User authentication is not necessary for this WEB Service. -
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.security
Methods in org.silverpeas.core.webapi.security with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
CipherKeyResource. validateUserAuthorization(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.session
Methods in org.silverpeas.core.webapi.session with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
SilverpeasUserSessionTokenResource. validateUserAuthentication(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.thesaurus
Methods in org.silverpeas.core.webapi.thesaurus with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
ThesaurusResource. validateUserAuthorization(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.util.logging
Methods in org.silverpeas.core.webapi.util.logging with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
AbstractLoggingResource. validateUserAuthorization(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.core.webapi.wbe
Methods in org.silverpeas.core.webapi.wbe with parameters of type UserPrivilegeValidation Modifier and Type Method Description default void
WbeProtectedWebResource. validateUserAuthentication(UserPrivilegeValidation validation)
-
Uses of UserPrivilegeValidation in org.silverpeas.web.usercalendar.services
Methods in org.silverpeas.web.usercalendar.services with parameters of type UserPrivilegeValidation Modifier and Type Method Description void
UserCalendarResource. validateUserAuthorization(UserPrivilegeValidation validation)
-