Class SamlUserGroupModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SamlUserGroupModel
    extends ItemModel
    Generated model class for type SamlUserGroup first defined at extension samlsinglesignon.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • SAMLUSERGROUP

        public static final java.lang.String SAMLUSERGROUP
        Generated constant - Attribute key of SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon.
        See Also:
        Constant Field Values
      • USERTYPE

        public static final java.lang.String USERTYPE
        Generated constant - Attribute key of SamlUserGroup.userType attribute defined at extension samlsinglesignon.
        See Also:
        Constant Field Values
      • USERGROUPS

        public static final java.lang.String USERGROUPS
        Generated constant - Attribute key of SamlUserGroup.userGroups attribute defined at extension samlsinglesignon.
        See Also:
        Constant Field Values
      • ENABLEBACKOFFICELOGIN

        public static final java.lang.String ENABLEBACKOFFICELOGIN
        Generated constant - Attribute key of SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SamlUserGroupModel

        public SamlUserGroupModel()
        Generated constructor - Default constructor for generic creation.
      • SamlUserGroupModel

        public SamlUserGroupModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SamlUserGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SamlUserGroupModel​(java.lang.String _samlUserGroup,
                                  java.util.Set<UserGroupModel> _userGroups,
                                  TypeModel _userType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _samlUserGroup - initial attribute declared by type SamlUserGroup at extension samlsinglesignon
        _userGroups - initial attribute declared by type SamlUserGroup at extension samlsinglesignon
        _userType - initial attribute declared by type SamlUserGroup at extension samlsinglesignon
      • SamlUserGroupModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SamlUserGroupModel​(ItemModel _owner,
                                  java.lang.String _samlUserGroup,
                                  java.util.Set<UserGroupModel> _userGroups,
                                  TypeModel _userType)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _owner - initial attribute declared by type Item at extension core
        _samlUserGroup - initial attribute declared by type SamlUserGroup at extension samlsinglesignon
        _userGroups - initial attribute declared by type SamlUserGroup at extension samlsinglesignon
        _userType - initial attribute declared by type SamlUserGroup at extension samlsinglesignon
    • Method Detail

      • getEnableBackofficeLogin

        @Accessor(qualifier="enableBackofficeLogin",
                  type=GETTER)
        public java.lang.Boolean getEnableBackofficeLogin()
        Generated method - Getter of the SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.
        Returns:
        the enableBackofficeLogin
      • getSamlUserGroup

        @Accessor(qualifier="samlUserGroup",
                  type=GETTER)
        public java.lang.String getSamlUserGroup()
        Generated method - Getter of the SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon.
        Returns:
        the samlUserGroup
      • getUserGroups

        @Accessor(qualifier="userGroups",
                  type=GETTER)
        public java.util.Set<UserGroupModel> getUserGroups()
        Generated method - Getter of the SamlUserGroup.userGroups attribute defined at extension samlsinglesignon. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the userGroups
      • getUserType

        @Accessor(qualifier="userType",
                  type=GETTER)
        public TypeModel getUserType()
        Generated method - Getter of the SamlUserGroup.userType attribute defined at extension samlsinglesignon.
        Returns:
        the userType
      • setEnableBackofficeLogin

        @Accessor(qualifier="enableBackofficeLogin",
                  type=SETTER)
        public void setEnableBackofficeLogin​(java.lang.Boolean value)
        Generated method - Setter of SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.
        Parameters:
        value - the enableBackofficeLogin
      • setSamlUserGroup

        @Accessor(qualifier="samlUserGroup",
                  type=SETTER)
        public void setSamlUserGroup​(java.lang.String value)
        Generated method - Setter of SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon.
        Parameters:
        value - the samlUserGroup
      • setUserGroups

        @Accessor(qualifier="userGroups",
                  type=SETTER)
        public void setUserGroups​(java.util.Set<UserGroupModel> value)
        Generated method - Setter of SamlUserGroup.userGroups attribute defined at extension samlsinglesignon.
        Parameters:
        value - the userGroups
      • setUserType

        @Accessor(qualifier="userType",
                  type=SETTER)
        public void setUserType​(TypeModel value)
        Generated method - Setter of SamlUserGroup.userType attribute defined at extension samlsinglesignon.
        Parameters:
        value - the userType