Class SelfResourceImpl
java.lang.Object
org.apache.directory.scim.server.rest.SelfResourceImpl
- All Implemented Interfaces:
org.apache.directory.scim.protocol.SelfResource
@ApplicationScoped
public class SelfResourceImpl
extends Object
implements org.apache.directory.scim.protocol.SelfResource
-
Field Summary
Fields inherited from interface org.apache.directory.scim.protocol.SelfResource
PATH -
Constructor Summary
ConstructorsConstructorDescriptionSelfResourceImpl(org.apache.directory.scim.protocol.UserResource userResource, jakarta.enterprise.inject.Instance<org.apache.directory.scim.core.repository.SelfIdResolver> selfIdResolver) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsedelete()jakarta.ws.rs.core.ResponsegetSelf(org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper attributes, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper excludedAttributes) jakarta.ws.rs.core.Responsepatch(org.apache.directory.scim.protocol.data.PatchRequest patchRequest, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper attributes, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper excludedAttributes) jakarta.ws.rs.core.Responseupdate(org.apache.directory.scim.spec.resources.ScimUser resource, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper attributes, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper excludedAttributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.directory.scim.protocol.SelfResource
create
-
Constructor Details
-
SelfResourceImpl
@Inject public SelfResourceImpl(org.apache.directory.scim.protocol.UserResource userResource, jakarta.enterprise.inject.Instance<org.apache.directory.scim.core.repository.SelfIdResolver> selfIdResolver) -
SelfResourceImpl
public SelfResourceImpl()
-
-
Method Details
-
getSelf
public jakarta.ws.rs.core.Response getSelf(org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper attributes, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper excludedAttributes) throws org.apache.directory.scim.protocol.exception.ScimException, org.apache.directory.scim.spec.exception.ResourceException - Specified by:
getSelfin interfaceorg.apache.directory.scim.protocol.SelfResource- Throws:
org.apache.directory.scim.protocol.exception.ScimExceptionorg.apache.directory.scim.spec.exception.ResourceException
-
update
public jakarta.ws.rs.core.Response update(org.apache.directory.scim.spec.resources.ScimUser resource, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper attributes, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper excludedAttributes) throws org.apache.directory.scim.protocol.exception.ScimException, org.apache.directory.scim.spec.exception.ResourceException - Specified by:
updatein interfaceorg.apache.directory.scim.protocol.SelfResource- Throws:
org.apache.directory.scim.protocol.exception.ScimExceptionorg.apache.directory.scim.spec.exception.ResourceException
-
patch
public jakarta.ws.rs.core.Response patch(org.apache.directory.scim.protocol.data.PatchRequest patchRequest, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper attributes, org.apache.directory.scim.spec.filter.attribute.AttributeReferenceListWrapper excludedAttributes) throws org.apache.directory.scim.protocol.exception.ScimException, org.apache.directory.scim.spec.exception.ResourceException - Specified by:
patchin interfaceorg.apache.directory.scim.protocol.SelfResource- Throws:
org.apache.directory.scim.protocol.exception.ScimExceptionorg.apache.directory.scim.spec.exception.ResourceException
-
delete
public jakarta.ws.rs.core.Response delete() throws org.apache.directory.scim.protocol.exception.ScimException, org.apache.directory.scim.spec.exception.ResourceException- Specified by:
deletein interfaceorg.apache.directory.scim.protocol.SelfResource- Throws:
org.apache.directory.scim.protocol.exception.ScimExceptionorg.apache.directory.scim.spec.exception.ResourceException
-