Class GeneratedScimservicesManager

    • Field Detail

      • SCIMUSERGROUPTOUSERGROUPRELATION_SRC_ORDERED

        protected static java.lang.String SCIMUSERGROUPTOUSERGROUPRELATION_SRC_ORDERED
        Relation ordering override parameter constants for ScimUserGroupToUserGroupRelation from ((scimservices))
      • SCIMUSERGROUPTOUSERGROUPRELATION_TGT_ORDERED

        protected static java.lang.String SCIMUSERGROUPTOUSERGROUPRELATION_TGT_ORDERED
      • SCIMUSERGROUPTOUSERGROUPRELATION_MARKMODIFIED

        protected static java.lang.String SCIMUSERGROUPTOUSERGROUPRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for ScimUserGroupToUserGroupRelation from ((scimservices))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedScimservicesManager

        public GeneratedScimservicesManager()
    • Method Detail

      • createScimUserGroup

        public ScimUserGroup createScimUserGroup​(java.util.Map attributeValues)
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension
      • getScimUserGroups

        public java.util.Collection<ScimUserGroup> getScimUserGroups​(SessionContext ctx,
                                                                     UserGroup item)
        Generated method - Getter of the UserGroup.scimUserGroups attribute.
        Returns:
        the scimUserGroups
      • getScimUserGroups

        public java.util.Collection<ScimUserGroup> getScimUserGroups​(UserGroup item)
        Generated method - Getter of the UserGroup.scimUserGroups attribute.
        Returns:
        the scimUserGroups
      • getScimUserGroupsCount

        public long getScimUserGroupsCount​(UserGroup item)
      • setScimUserGroups

        public void setScimUserGroups​(SessionContext ctx,
                                      UserGroup item,
                                      java.util.Collection<ScimUserGroup> value)
        Generated method - Setter of the UserGroup.scimUserGroups attribute.
        Parameters:
        value - the scimUserGroups
      • setScimUserGroups

        public void setScimUserGroups​(UserGroup item,
                                      java.util.Collection<ScimUserGroup> value)
        Generated method - Setter of the UserGroup.scimUserGroups attribute.
        Parameters:
        value - the scimUserGroups
      • addToScimUserGroups

        public void addToScimUserGroups​(SessionContext ctx,
                                        UserGroup item,
                                        ScimUserGroup value)
        Generated method - Adds value to scimUserGroups.
        Parameters:
        value - the item to add to scimUserGroups
      • addToScimUserGroups

        public void addToScimUserGroups​(UserGroup item,
                                        ScimUserGroup value)
        Generated method - Adds value to scimUserGroups.
        Parameters:
        value - the item to add to scimUserGroups
      • removeFromScimUserGroups

        public void removeFromScimUserGroups​(SessionContext ctx,
                                             UserGroup item,
                                             ScimUserGroup value)
        Generated method - Removes value from scimUserGroups.
        Parameters:
        value - the item to remove from scimUserGroups
      • removeFromScimUserGroups

        public void removeFromScimUserGroups​(UserGroup item,
                                             ScimUserGroup value)
        Generated method - Removes value from scimUserGroups.
        Parameters:
        value - the item to remove from scimUserGroups
      • getScimUserId

        public java.lang.String getScimUserId​(SessionContext ctx,
                                              User item)
        Generated method - Getter of the User.scimUserId attribute.
        Returns:
        the scimUserId - Attribute to hold scim user id for users.
      • getScimUserId

        public java.lang.String getScimUserId​(User item)
        Generated method - Getter of the User.scimUserId attribute.
        Returns:
        the scimUserId - Attribute to hold scim user id for users.
      • setScimUserId

        public void setScimUserId​(SessionContext ctx,
                                  User item,
                                  java.lang.String value)
        Generated method - Setter of the User.scimUserId attribute.
        Parameters:
        value - the scimUserId - Attribute to hold scim user id for users.
      • setScimUserId

        public void setScimUserId​(User item,
                                  java.lang.String value)
        Generated method - Setter of the User.scimUserId attribute.
        Parameters:
        value - the scimUserId - Attribute to hold scim user id for users.