Index
Entity com.soffid.iam.model.ServerPluginEntity
[Tables]
[DAO]
Description
TableName
SC_SERPLU
Attributes
id
java.lang.Long
SPL_ID
Identifier
version
java.lang.String
SPL_VERSION
Required
content
byte[]
SPL_CONTEN
Optional
name
java.lang.String
SPL_NAME
Required
author
java.lang.String
SPL_AUTHOR
Optional
deployed
java.util.Date
SPL_DEPLOYED
Optional
enabled
boolean
SPL_ENABLE
Required
tenant
com.soffid.iam.model.TenantEntity
SPL_TEN_ID
Required
agents
java.util.Collection<
com.soffid.iam.model.AgentDescriptorEntity
>
agents
Optional
modules
java.util.Collection<
com.soffid.iam.model.ServerPluginModuleEntity
>
modules
Optional
Indexes
Entity methods
2/28/24