Uses of Class
com.unboundid.scim.data.Entry

Packages that use Entry
com.unboundid.scim.data   
com.unboundid.scim.schema   
 

Uses of Entry in com.unboundid.scim.data
 

Fields in com.unboundid.scim.data with type parameters of type Entry
static AttributeValueResolver<Entry<byte[]>> Entry.BINARIES_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from byte[] valued Entry instances.
static AttributeValueResolver<Entry<Boolean>> Entry.BOOLEANS_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from Boolean valued Entry instances.
static AttributeValueResolver<Entry<Date>> Entry.DATES_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from Date valued Entry instances.
static AttributeValueResolver<Entry<String>> Entry.STRINGS_RESOLVER
          The AttributeValueResolver that resolves SCIM attribute values to/from String valued Entry instances.
 

Methods in com.unboundid.scim.data that return types with arguments of type Entry
 Collection<Entry<String>> UserResource.getEmails()
          Retrieves the E-mail addresses for the User.
 Collection<Entry<String>> UserResource.getEntitlements()
          Retrieves the list of entitlements for the User that represent a thing the User has.
 Collection<Entry<String>> UserResource.getGroups()
          Retrieves the list of groups that the user belongs to.
 Collection<Entry<String>> UserResource.getIms()
          Retrieves the Instant messaging address for the User.
 Collection<Entry<String>> GroupResource.getMembers()
          Retrieves the list of member IDs of the Group.
 Collection<Entry<String>> UserResource.getPhoneNumbers()
          Retrieves the Phone numbers for the User.
 Collection<Entry<String>> UserResource.getPhotos()
          Retrieves the URL of a photo of the User.
 Collection<Entry<String>> UserResource.getRoles()
          Retrieves the list of roles for the User that collectively represent who the User is; e.g., 'Student', "Faculty".
 

Method parameters in com.unboundid.scim.data with type arguments of type Entry
 UserResource UserResource.setEmails(Collection<Entry<String>> emails)
          Sets the E-mail addresses for the User.
 UserResource UserResource.setEntitlements(Collection<Entry<String>> entitlements)
          Sets the list of entitlements for the User.
 UserResource UserResource.setGroups(Collection<Entry<String>> groups)
          Sets the list of groups that the user belongs to.
 UserResource UserResource.setIms(Collection<Entry<String>> ims)
          Sets the Instant messaging address for the User.
 GroupResource GroupResource.setMembers(Collection<Entry<String>> members)
          Sets the list of member IDs of the Group.
 UserResource UserResource.setPhoneNumbers(Collection<Entry<String>> phoneNumbers)
          Sets the Phone numbers for the User.
 UserResource UserResource.setPhotos(Collection<Entry<String>> photos)
          Sets the URL of a photo of the User.
 UserResource UserResource.setRoles(Collection<Entry<String>> roles)
          Sets the list of roles for the User.
 

Uses of Entry in com.unboundid.scim.schema
 

Methods in com.unboundid.scim.schema that return types with arguments of type Entry
 Collection<Entry<String>> AttributeDescriptor.getCanonicalValues()
          Retrieves a list of canonical type values.
 



Copyright © 2011-2012 UnboundID. All Rights Reserved.