Class Scim2UserService

  • All Implemented Interfaces:
    Serializable

    @ApplicationScoped
    public class Scim2UserService
    extends Object
    implements Serializable
    This class holds the most important business logic of the SCIM service for the resource type "User". It's devoted to taking objects of class UserResource, feeding instances of ScimCustomPerson, and do persistence to LDAP. The converse is also done: querying LDAP, and transforming ScimCustomPerson into UserResource
    Author:
    jgomer
    See Also:
    Serialized Form