Index
Entity com.soffid.iam.model.UserGroupEntity
[Tables]
[DAO]
Description
TableName
SC_USUGRU
Attributes
user
com.soffid.iam.model.UserEntity
UGR_IDUSU
Optional
group
com.soffid.iam.model.GroupEntity
UGR_IDGRU
Optional
id
java.lang.Long
UGR_ID
Identifier
start
java.util.Date
UGR_START
Optional
end
java.util.Date
UGR_END
Optional
disabled
java.lang.Boolean
UGR_DISABLED
Optional
primaryGroup
java.lang.Boolean
UGR_PRIGRP
Optional
This column indicates that this membership is an historic snapshot of a primary group membership
attributes
java.util.Collection<
com.soffid.iam.model.UserGroupAttributeEntity
>
Optional
Indexes
Entity methods
isAllowed
Returns true if the permission on this object is granted
permission
java.lang.String
Returns
boolean
customCache
Returns
void
2/28/24