Class UserResourceWithMimeType

java.lang.Object
com.unboundid.scim.data.BaseResource
com.unboundid.scim.data.UserResource
org.nuxeo.scim.server.jaxrs.marshalling.UserResourceWithMimeType
All Implemented Interfaces:
com.unboundid.scim.sdk.SCIMResponse

public class UserResourceWithMimeType extends com.unboundid.scim.data.UserResource
Since:
7.4
Author:
tiry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final javax.ws.rs.core.MediaType
     

    Fields inherited from class com.unboundid.scim.data.UserResource

    USER_RESOURCE_FACTORY

    Fields inherited from class com.unboundid.scim.data.BaseResource

    BASE_RESOURCE_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserResourceWithMimeType(com.unboundid.scim.data.UserResource source, javax.ws.rs.core.MediaType mt)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.core.MediaType
     

    Methods inherited from class com.unboundid.scim.data.UserResource

    getAddresses, getDisplayName, getEmails, getEntitlements, getGroups, getIms, getLocale, getName, getNickName, getPassword, getPhoneNumbers, getPhotos, getPreferredLanguage, getProfileUrl, getRoles, getTimeZone, getTitle, getUserName, getUserType, isActive, setActive, setAddresses, setDisplayName, setEmails, setEntitlements, setGroups, setIms, setLocale, setName, setNickName, setPassword, setPhoneNumbers, setPhotos, setPreferredLanguage, setProfileUrl, setRoles, setTimeZone, setTitle, setUserName, setUserType

    Methods inherited from class com.unboundid.scim.data.BaseResource

    equals, getAttributeValues, getExternalId, getId, getMeta, getResourceDescriptor, getScimObject, getSingularAttributeValue, hashCode, marshal, setAttributeValues, setExternalId, setId, setMeta, setSingularAttributeValue, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • mt

      protected final javax.ws.rs.core.MediaType mt
  • Constructor Details

    • UserResourceWithMimeType

      public UserResourceWithMimeType(com.unboundid.scim.data.UserResource source, javax.ws.rs.core.MediaType mt)
  • Method Details

    • getMediaType

      public javax.ws.rs.core.MediaType getMediaType()