org.silverpeas.password.web
Class AbstractPasswordResource
java.lang.Object
com.silverpeas.web.RESTWebService
org.silverpeas.password.web.AbstractPasswordResource
- Direct Known Subclasses:
- PasswordResource
public abstract class AbstractPasswordResource
- extends RESTWebService
- Author:
- Yohann Chastagnier
Methods inherited from class com.silverpeas.web.RESTWebService |
getBundle, getBundleLocation, getGreaterUserRole, getHttpRequest, getHttpServletRequest, getHttpServletResponse, getOrganisationController, getUriInfo, getUserDetail, getUserPreferences, getUserRoles, process, validateUserAuthentication, validateUserAuthorization |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPasswordResource
public AbstractPasswordResource()
getComponentId
public String getComponentId()
- Description copied from class:
RESTWebService
- Gets the identifier of the component instance to which the requested resource belongs to.
- Specified by:
getComponentId
in class RESTWebService
- Returns:
- the identifier of the Silverpeas component instance.
asWebEntity
protected PasswordRuleEntity asWebEntity(PasswordRule rule)
- Converts the password rule into its corresponding web entity.
- Parameters:
rule
- the password rule.
- Returns:
- the corresponding password rule entity.
asWebEntity
protected PasswordCheckEntity asWebEntity(PasswordCheck check)
- Converts the password check into its corresponding web entity.
- Parameters:
check
- the password check.
- Returns:
- the corresponding password check entity.
getLanguage
protected String getLanguage()
- Due to the particularity of this WEB Service according to authentication, the language is
handled at this level.
- Returns:
Copyright © 2016 Silverpeas. All Rights Reserved.