public class SamlUserGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ENABLEBACKOFFICELOGIN
Generated constant - Attribute key of
SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice. |
static java.lang.String |
SAMLUSERGROUP
Generated constant - Attribute key of
SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon. |
static java.lang.String |
USERGROUPS
Generated constant - Attribute key of
SamlUserGroup.userGroups attribute defined at extension samlsinglesignon. |
static java.lang.String |
USERTYPE
Generated constant - Attribute key of
SamlUserGroup.userType attribute defined at extension samlsinglesignon. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SamlUserGroupModel()
Generated constructor - Default constructor for generic creation.
|
SamlUserGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SamlUserGroupModel(ItemModel _owner,
java.lang.String _samlUserGroup,
java.util.Set<UserGroupModel> _userGroups,
TypeModel _userType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SamlUserGroupModel(java.lang.String _samlUserGroup,
java.util.Set<UserGroupModel> _userGroups,
TypeModel _userType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getEnableBackofficeLogin()
Generated method - Getter of the
SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice. |
java.lang.String |
getSamlUserGroup()
Generated method - Getter of the
SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon. |
java.util.Set<UserGroupModel> |
getUserGroups()
Generated method - Getter of the
SamlUserGroup.userGroups attribute defined at extension samlsinglesignon. |
TypeModel |
getUserType()
Generated method - Getter of the
SamlUserGroup.userType attribute defined at extension samlsinglesignon. |
void |
setEnableBackofficeLogin(java.lang.Boolean value)
Generated method - Setter of
SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice. |
void |
setSamlUserGroup(java.lang.String value)
Generated method - Setter of
SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon. |
void |
setUserGroups(java.util.Set<UserGroupModel> value)
Generated method - Setter of
SamlUserGroup.userGroups attribute defined at extension samlsinglesignon. |
void |
setUserType(TypeModel value)
Generated method - Setter of
SamlUserGroup.userType attribute defined at extension samlsinglesignon. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String SAMLUSERGROUP
SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon.public static final java.lang.String USERTYPE
SamlUserGroup.userType attribute defined at extension samlsinglesignon.public static final java.lang.String USERGROUPS
SamlUserGroup.userGroups attribute defined at extension samlsinglesignon.public static final java.lang.String ENABLEBACKOFFICELOGIN
SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.public SamlUserGroupModel()
public SamlUserGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SamlUserGroupModel(java.lang.String _samlUserGroup,
java.util.Set<UserGroupModel> _userGroups,
TypeModel _userType)
_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@Deprecated public SamlUserGroupModel(ItemModel _owner, java.lang.String _samlUserGroup, java.util.Set<UserGroupModel> _userGroups, TypeModel _userType)
_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@Accessor(qualifier="enableBackofficeLogin", type=GETTER) public java.lang.Boolean getEnableBackofficeLogin()
SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.@Accessor(qualifier="samlUserGroup", type=GETTER) public java.lang.String getSamlUserGroup()
SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon.@Accessor(qualifier="userGroups", type=GETTER) public java.util.Set<UserGroupModel> getUserGroups()
SamlUserGroup.userGroups attribute defined at extension samlsinglesignon.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="userType", type=GETTER) public TypeModel getUserType()
SamlUserGroup.userType attribute defined at extension samlsinglesignon.@Accessor(qualifier="enableBackofficeLogin", type=SETTER) public void setEnableBackofficeLogin(java.lang.Boolean value)
SamlUserGroup.enableBackofficeLogin attribute defined at extension samlssobackoffice.value - the enableBackofficeLogin@Accessor(qualifier="samlUserGroup", type=SETTER) public void setSamlUserGroup(java.lang.String value)
SamlUserGroup.samlUserGroup attribute defined at extension samlsinglesignon.value - the samlUserGroup@Accessor(qualifier="userGroups", type=SETTER) public void setUserGroups(java.util.Set<UserGroupModel> value)
SamlUserGroup.userGroups attribute defined at extension samlsinglesignon.value - the userGroupsCopyright © 2018 SAP SE. All Rights Reserved.