Class GeneratedSamlUserGroup

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SamlUserGroup

public abstract class GeneratedSamlUserGroup extends GenericItem
Generated class for type SamlUserGroup.
See Also:
  • Field Details

    • SAMLUSERGROUP

      public static final String SAMLUSERGROUP
      Qualifier of the SamlUserGroup.samlUserGroup attribute
      See Also:
    • USERTYPE

      public static final String USERTYPE
      Qualifier of the SamlUserGroup.userType attribute
      See Also:
    • USERGROUPS

      public static final String USERGROUPS
      Qualifier of the SamlUserGroup.userGroups attribute
      See Also:
    • SAMLUSERGROUPTOUSERGROUPRELATION_SRC_ORDERED

      protected static String SAMLUSERGROUPTOUSERGROUPRELATION_SRC_ORDERED
      Relation ordering override parameter constants for SamlUserGroupToUserGroupRelation from ((samlsinglesignon))
    • SAMLUSERGROUPTOUSERGROUPRELATION_TGT_ORDERED

      protected static String SAMLUSERGROUPTOUSERGROUPRELATION_TGT_ORDERED
    • SAMLUSERGROUPTOUSERGROUPRELATION_MARKMODIFIED

      protected static String SAMLUSERGROUPTOUSERGROUPRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for SamlUserGroupToUserGroupRelation from ((samlsinglesignon))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSamlUserGroup

      public GeneratedSamlUserGroup()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getSamlUserGroup

      public String getSamlUserGroup(SessionContext ctx)
      Generated method - Getter of the SamlUserGroup.samlUserGroup attribute.
      Returns:
      the samlUserGroup
    • getSamlUserGroup

      public String getSamlUserGroup()
      Generated method - Getter of the SamlUserGroup.samlUserGroup attribute.
      Returns:
      the samlUserGroup
    • setSamlUserGroup

      public void setSamlUserGroup(SessionContext ctx, String value)
      Generated method - Setter of the SamlUserGroup.samlUserGroup attribute.
      Parameters:
      value - the samlUserGroup
    • setSamlUserGroup

      public void setSamlUserGroup(String value)
      Generated method - Setter of the SamlUserGroup.samlUserGroup attribute.
      Parameters:
      value - the samlUserGroup
    • getUserGroups

      public Set<UserGroup> getUserGroups(SessionContext ctx)
      Generated method - Getter of the SamlUserGroup.userGroups attribute.
      Returns:
      the userGroups
    • getUserGroups

      public Set<UserGroup> getUserGroups()
      Generated method - Getter of the SamlUserGroup.userGroups attribute.
      Returns:
      the userGroups
    • getUserGroupsCount

      public long getUserGroupsCount(SessionContext ctx)
    • getUserGroupsCount

      public long getUserGroupsCount()
    • setUserGroups

      public void setUserGroups(SessionContext ctx, Set<UserGroup> value)
      Generated method - Setter of the SamlUserGroup.userGroups attribute.
      Parameters:
      value - the userGroups
    • setUserGroups

      public void setUserGroups(Set<UserGroup> value)
      Generated method - Setter of the SamlUserGroup.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 SamlUserGroup.userType attribute.
      Returns:
      the userType
    • getUserType

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

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

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