Class ScimV2SearchResource
- java.lang.Object
-
- edu.psu.swe.scim.server.rest.SearchResourceImpl
-
- org.silverpeas.core.webapi.admin.scim.ScimV2SearchResource
-
- All Implemented Interfaces:
edu.psu.swe.scim.spec.protocol.SearchResource
,ProtectedWebResource
,WebAuthenticationValidation
,WebAuthorizationValidation
,SilverpeasWebResource
,ScimProtectedWebResource
@WebService @Path("/domains/{domainId}/scim/.search") @Authorized @Alternative @Priority(2010) public class ScimV2SearchResource extends edu.psu.swe.scim.server.rest.SearchResourceImpl implements ScimProtectedWebResource
References : Implementation of a Client using SCIM 2.0 protocol.- Author:
- silveryocha
-
-
Field Summary
-
Fields inherited from interface org.silverpeas.core.web.SilverpeasWebResource
BASE_PATH
-
-
Constructor Summary
Constructors Constructor Description ScimV2SearchResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.silverpeas.core.webapi.admin.scim.ScimRequestContext
getSilverpeasContext()
Gets the context of Silverpeas linked to the current request.protected void
initContext()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.webapi.admin.scim.ScimProtectedWebResource
getAdminController, getComponentId, getHttpRequest, getUri, validateUserAuthorization
-
Methods inherited from interface org.silverpeas.core.web.rs.WebAuthenticationValidation
validateUserAuthentication
-
-
-
-
Method Detail
-
initContext
@PostConstruct protected void initContext()
-
getSilverpeasContext
public org.silverpeas.core.webapi.admin.scim.ScimRequestContext getSilverpeasContext()
Description copied from interface:WebAuthenticationValidation
Gets the context of Silverpeas linked to the current request. This context must be initialized before the functional request processing.- Specified by:
getSilverpeasContext
in interfaceScimProtectedWebResource
- Specified by:
getSilverpeasContext
in interfaceWebAuthenticationValidation
- Specified by:
getSilverpeasContext
in interfaceWebAuthorizationValidation
- Returns:
SilverpeasRequestContext
instance.
-
-