Class GeneratedScimUserGroup

    • Field Detail

      • SCIMUSERGROUP

        public static final java.lang.String SCIMUSERGROUP
        Qualifier of the ScimUserGroup.scimUserGroup attribute
        See Also:
        Constant Field Values
      • USERTYPE

        public static final java.lang.String USERTYPE
        Qualifier of the ScimUserGroup.userType attribute
        See Also:
        Constant Field Values
      • USERGROUPS

        public static final java.lang.String USERGROUPS
        Qualifier of the ScimUserGroup.userGroups attribute
        See Also:
        Constant Field Values
      • 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,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedScimUserGroup

        public GeneratedScimUserGroup()
    • Method Detail

      • getScimUserGroup

        public java.lang.String getScimUserGroup​(SessionContext ctx)
        Generated method - Getter of the ScimUserGroup.scimUserGroup attribute.
        Returns:
        the scimUserGroup
      • getScimUserGroup

        public java.lang.String getScimUserGroup()
        Generated method - Getter of the ScimUserGroup.scimUserGroup attribute.
        Returns:
        the scimUserGroup
      • setScimUserGroup

        public void setScimUserGroup​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the ScimUserGroup.scimUserGroup attribute.
        Parameters:
        value - the scimUserGroup
      • setScimUserGroup

        public void setScimUserGroup​(java.lang.String value)
        Generated method - Setter of the ScimUserGroup.scimUserGroup attribute.
        Parameters:
        value - the scimUserGroup
      • getUserGroups

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

        public java.util.Collection<UserGroup> getUserGroups()
        Generated method - Getter of the ScimUserGroup.userGroups attribute.
        Returns:
        the userGroups
      • getUserGroupsCount

        public long getUserGroupsCount​(SessionContext ctx)
      • getUserGroupsCount

        public long getUserGroupsCount()
      • setUserGroups

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

        public void setUserGroups​(java.util.Collection<UserGroup> value)
        Generated method - Setter of the ScimUserGroup.userGroups attribute.
        Parameters:
        value - the userGroups
      • addToUserGroups

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

        public void addToUserGroups​(UserGroup value)
        Generated method - Adds value to userGroups.
        Parameters:
        value - the item to add to userGroups
      • removeFromUserGroups

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

        public void removeFromUserGroups​(UserGroup value)
        Generated method - Removes value from userGroups.
        Parameters:
        value - the item to remove from userGroups
      • getUserType

        public Type getUserType​(SessionContext ctx)
        Generated method - Getter of the ScimUserGroup.userType attribute.
        Returns:
        the userType
      • getUserType

        public Type getUserType()
        Generated method - Getter of the ScimUserGroup.userType attribute.
        Returns:
        the userType
      • setUserType

        public void setUserType​(SessionContext ctx,
                                Type value)
        Generated method - Setter of the ScimUserGroup.userType attribute.
        Parameters:
        value - the userType
      • setUserType

        public void setUserType​(Type value)
        Generated method - Setter of the ScimUserGroup.userType attribute.
        Parameters:
        value - the userType