Class GeneratedSamlUserGroup

    • Field Detail

      • SAMLUSERGROUP

        public static final java.lang.String SAMLUSERGROUP
        Qualifier of the SamlUserGroup.samlUserGroup attribute
        See Also:
        Constant Field Values
      • USERTYPE

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

        public static final java.lang.String USERGROUPS
        Qualifier of the SamlUserGroup.userGroups attribute
        See Also:
        Constant Field Values
      • SAMLUSERGROUPTOUSERGROUPRELATION_SRC_ORDERED

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

        protected static java.lang.String SAMLUSERGROUPTOUSERGROUPRELATION_TGT_ORDERED
      • SAMLUSERGROUPTOUSERGROUPRELATION_MARKMODIFIED

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

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

      • GeneratedSamlUserGroup

        public GeneratedSamlUserGroup()
    • Method Detail

      • getSamlUserGroup

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

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

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

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

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

        public java.util.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,
                                  java.util.Set<UserGroup> value)
        Generated method - Setter of the SamlUserGroup.userGroups attribute.
        Parameters:
        value - the userGroups
      • setUserGroups

        public void setUserGroups​(java.util.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