|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPriviledgeValidation | |
---|---|
com.silverpeas.bundle.web | |
com.silverpeas.web | Provides the classes and interfaces from which web services can be defined and published in Silverpeas. |
org.silverpeas.attachment.web | |
org.silverpeas.notification.web | |
org.silverpeas.password.web |
Uses of UserPriviledgeValidation in com.silverpeas.bundle.web |
---|
Methods in com.silverpeas.bundle.web with parameters of type UserPriviledgeValidation | |
---|---|
void |
BundleResource.validateUserAuthentication(UserPriviledgeValidation validation)
User authentication is not necessary for this WEB Service. |
Uses of UserPriviledgeValidation in com.silverpeas.web |
---|
Methods in com.silverpeas.web that return UserPriviledgeValidation | |
---|---|
UserPriviledgeValidation |
UserPriviledgeValidationFactory.getUserPriviledgeValidation()
|
UserPriviledgeValidation |
UserPriviledgeValidation.skipLastUserAccessTimeRegistering(javax.servlet.http.HttpServletRequest request)
Sets into the request attributes the SKIP_LAST_USER_ACCESS_TIME_REGISTERING attribute to true. |
Methods in com.silverpeas.web with parameters of type UserPriviledgeValidation | |
---|---|
void |
RESTWebService.validateUserAuthentication(UserPriviledgeValidation validation)
Validates the authentication of the user requesting this web service. |
void |
RESTWebService.validateUserAuthorization(UserPriviledgeValidation validation)
Validates the authorization of the user to request this web service. |
Uses of UserPriviledgeValidation in org.silverpeas.attachment.web |
---|
Methods in org.silverpeas.attachment.web with parameters of type UserPriviledgeValidation | |
---|---|
void |
SimpleDocumentResource.validateUserAuthorization(UserPriviledgeValidation validation)
Validates the authorization of the user to request this web service. |
Uses of UserPriviledgeValidation in org.silverpeas.notification.web |
---|
Methods in org.silverpeas.notification.web with parameters of type UserPriviledgeValidation | |
---|---|
void |
MessageResource.validateUserAuthentication(UserPriviledgeValidation validation)
User authentication is not necessary for this WEB Service. |
Uses of UserPriviledgeValidation in org.silverpeas.password.web |
---|
Methods in org.silverpeas.password.web with parameters of type UserPriviledgeValidation | |
---|---|
void |
PasswordResource.validateUserAuthentication(UserPriviledgeValidation validation)
User authentication is not necessary for this WEB Service. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |