Index
Entity com.soffid.iam.model.RoleDependencyEntity
[Tables]
[DAO]
Description
TableName
SC_ROLROL
Attributes
contained
com.soffid.iam.model.RoleEntity
RRL_CONTINGUT
Required
The role to be granted when the container has been granted
container
com.soffid.iam.model.RoleEntity
RRL_CONTENIDOR
Required
The role that grants another role
id
java.lang.Long
RRL_ID
Identifier
granteeApplicationDomain
com.soffid.iam.model.InformationSystemEntity
RRL_APLICA2
Optional
granteeGroupDomain
com.soffid.iam.model.GroupEntity
RRL_GRUP2
Optional
granteeDomainValue
com.soffid.iam.model.DomainValueEntity
RRL_VALDOM2
Optional
domainApplication
com.soffid.iam.model.InformationSystemEntity
RRL_APLICA
Optional
domainGroup
com.soffid.iam.model.GroupEntity
RRL_GRUP
Optional
domainApplicationValue
com.soffid.iam.model.DomainValueEntity
RRL_VALDOM
Optional
status
com.soffid.iam.api.RoleDependencyStatus
RRL_STATUS
Optional
mandatory
java.lang.Boolean
RRL_MANDAT
Optional
True if the role is always granted. False if role grant is optional, and thus can be removed from user entitlements form
Indexes
Entity methods
isAllowed
permission
java.lang.String
Returns
boolean
toString
Returns
java.lang.String
customCache
Returns
void
2/28/24