Class SamlUserGroupModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SAMLUSERGROUP

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

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

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

      public static final String ENABLEBACKOFFICELOGIN
      Generated constant - Attribute key of SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.
      See Also:
  • Constructor Details

    • 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(String _samlUserGroup, 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, String _samlUserGroup, 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 Details

    • getEnableBackofficeLogin

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

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

      @Accessor(qualifier="userGroups", type=GETTER) public 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(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(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(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