Uses of Class
com.soffid.iam.model.TenantEntity
-
Packages that use TenantEntity Package Description com.soffid.iam.doc.model com.soffid.iam.model com.soffid.iam.reconcile.model com.soffid.iam.utils -
-
Uses of TenantEntity in com.soffid.iam.doc.model
Methods in com.soffid.iam.doc.model that return TenantEntity Modifier and Type Method Description TenantEntity
DocumentBlockEntity. getTenant()
Gets value for attribute tenantTenantEntity
DocumentEntity. getTenant()
Gets value for attribute tenantMethods in com.soffid.iam.doc.model with parameters of type TenantEntity Modifier and Type Method Description void
DocumentBlockEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
DocumentEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenant -
Uses of TenantEntity in com.soffid.iam.model
Subclasses of TenantEntity in com.soffid.iam.model Modifier and Type Class Description class
TenantEntityImpl
Entity TenantEntity implementationMethods in com.soffid.iam.model that return TenantEntity Modifier and Type Method Description TenantEntity
TenantEntityDao. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration finderTenantEntity
TenantEntityDao. findByName(String name)
Operation findByNameTenantEntity
TenantEntityDaoBase. findByName(CriteriaSearchConfiguration criteria, String name)
CriteriaSearchConfiguration implementationTenantEntity
TenantEntityDaoBase. findByName(String name)
Operation findByNameTenantEntity
TenantEntityDaoBase. findByName(String queryString, CriteriaSearchConfiguration criteria, String name)
Internal implementationTenantEntity
TenantDisabledPermissionEntity. getAppliesTo()
Gets value for attribute appliesToTenantEntity
TenantServerEntity. getServerTenant()
Gets value for attribute serverTenantTenantEntity
AccessLogEntity. getTenant()
Gets value for attribute tenantTenantEntity
AttributeTranslationEntity. getTenant()
Gets value for attribute tenantTenantEntity
AuditEntity. getTenant()
Gets value for attribute tenantTenantEntity
AuthorizationEntity. getTenant()
Gets value for attribute tenantTenantEntity
BlobConfigurationEntity. getTenant()
Gets value for attribute tenantTenantEntity
ChallengeEntity. getTenant()
Gets value for attribute tenantTenantEntity
ConfigEntity. getTenant()
Gets value for attribute tenantTenantEntity
CustomObjectTypeEntity. getTenant()
Gets value for attribute tenantTenantEntity
EmailDomainEntity. getTenant()
Gets value for attribute tenantTenantEntity
EmailListEntity. getTenant()
Gets value for attribute tenantTenantEntity
EntryPointEntity. getTenant()
Gets value for attribute tenantTenantEntity
ForbiddenWordEntity. getTenant()
Gets value for attribute tenantTenantEntity
GroupEntity. getTenant()
Gets value for attribute tenantTenantEntity
GroupTypeEntity. getTenant()
Gets value for attribute tenantTenantEntity
HostEntity. getTenant()
Gets value for attribute tenantTenantEntity
InformationSystemEntity. getTenant()
Gets value for attribute tenantTenantEntity
IssueEntity. getTenant()
Gets value for attribute tenantTenantEntity
IssuePolicyEntity. getTenant()
Gets value for attribute tenantTenantEntity
JumpServerGroupEntity. getTenant()
Gets value for attribute tenantTenantEntity
LuceneIndexEntity. getTenant()
Gets value for attribute tenantTenantEntity
LuceneIndexPartEntity. getTenant()
Gets value for attribute tenantTenantEntity
MetaDataEntity. getTenant()
Gets value for attribute tenantTenantEntity
NetworkEntity. getTenant()
Gets value for attribute tenantTenantEntity
OsTypeEntity. getTenant()
Gets value for attribute tenantTenantEntity
PamActionEntity. getTenant()
Gets value for attribute tenantTenantEntity
PamPolicyEntity. getTenant()
Gets value for attribute tenantTenantEntity
PamRuleEntity. getTenant()
Gets value for attribute tenantTenantEntity
PasswordDomainEntity. getTenant()
Gets value for attribute tenantTenantEntity
PrinterEntity. getTenant()
Gets value for attribute tenantTenantEntity
RuleEntity. getTenant()
Gets value for attribute tenantTenantEntity
SamlAssertionEntity. getTenant()
Gets value for attribute tenantTenantEntity
SamlRequestEntity. getTenant()
Gets value for attribute tenantTenantEntity
ScheduledTaskEntity. getTenant()
Gets value for attribute tenantTenantEntity
ScheduledTaskHandlerEntity. getTenant()
Gets value for attribute tenantTenantEntity
ServerPluginEntity. getTenant()
Gets value for attribute tenantTenantEntity
ServerRegistrationTokenEntity. getTenant()
Gets value for attribute tenantTenantEntity
ServiceEntity. getTenant()
Gets value for attribute tenantTenantEntity
SoDRuleEntity. getTenant()
Gets value for attribute tenantTenantEntity
StatsEntity. getTenant()
Gets value for attribute tenantTenantEntity
SystemEntity. getTenant()
Gets value for attribute tenantTenantEntity
TaskEntity. getTenant()
Gets value for attribute tenantTenantEntity
UserDomainEntity. getTenant()
Gets value for attribute tenantTenantEntity
UserEntity. getTenant()
Gets value for attribute tenantTenantEntity
UserTypeEntity. getTenant()
Gets value for attribute tenantTenantEntity
VaultFolderEntity. getTenant()
Gets value for attribute tenantTenantEntity
TenantEntityDao. load(Long id)
Loads an instance ofTenantEntity
from the persistent store.TenantEntity
TenantEntityDaoBase. load(Long id)
Loads an instance ofTenantEntity
from the persistent store.TenantEntity
TenantEntityDao. newTenantEntity()
Creates an instance ofTenantEntity
.TenantEntity
TenantEntityDaoBase. newTenantEntity()
Creates an instance ofTenantEntity
.TenantEntity
TenantEntityDao. tenantToEntity(com.soffid.iam.api.Tenant instance)
Transforms fromTenant
objectTenantEntity
TenantEntityDaoBase. tenantToEntity(com.soffid.iam.api.Tenant instance)
Transforms fromTenant
objectMethods in com.soffid.iam.model that return types with arguments of type TenantEntity Modifier and Type Method Description List<TenantEntity>
TenantEntityDao. findByCriteria(com.soffid.iam.api.TenantCriteria criteria)
Operation findByCriteriaList<TenantEntity>
TenantEntityDaoBase. findByCriteria(com.soffid.iam.api.TenantCriteria criteria)
Operation findByCriteriaList<TenantEntity>
TenantEntityDao. findByServer(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration finderList<TenantEntity>
TenantEntityDao. findByServer(String server)
Operation findByServerList<TenantEntity>
TenantEntityDaoBase. findByServer(CriteriaSearchConfiguration criteria, String server)
CriteriaSearchConfiguration implementationList<TenantEntity>
TenantEntityDaoBase. findByServer(String server)
Operation findByServerList<TenantEntity>
TenantEntityDaoBase. findByServer(String queryString, CriteriaSearchConfiguration criteria, String server)
Internal implementationList<TenantEntity>
TenantEntityDao. loadAll()
Loads all instances ofTenantEntity
from the persistent store.List<TenantEntity>
TenantEntityDaoBase. loadAll()
Loads all instances ofTenantEntity
from the persistent store.List<TenantEntity>
TenantEntityDao. query(String query, Parameter[] parameters)
Query ofTenantEntity
from the persistent store.List<TenantEntity>
TenantEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTenantEntity
from the persistent store.List<TenantEntity>
TenantEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofTenantEntity
from the persistent store.List<TenantEntity>
TenantEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofTenantEntity
from the persistent store.List<TenantEntity>
TenantEntityDao. tenantToEntityList(Collection<com.soffid.iam.api.Tenant> instances)
Transforms fromTenant
listList<TenantEntity>
TenantEntityDaoBase. tenantToEntityList(Collection<com.soffid.iam.api.Tenant> instances)
Transforms fromTenant
listMethods in com.soffid.iam.model with parameters of type TenantEntity Modifier and Type Method Description void
TenantEntityDao. create(TenantEntity entity)
Adds an instance ofTenantEntity
to the persistent store.void
TenantEntityDaoBase. create(TenantEntity entity)
Adds an instance ofTenantEntity
to the persistent store.void
TenantEntityDao. remove(TenantEntity entity)
Removes an instance ofTenantEntity
from the persistent store.void
TenantEntityDaoBase. remove(TenantEntity entity)
Removes an instance ofTenantEntity
from the persistent store.void
TenantDisabledPermissionEntity. setAppliesTo(TenantEntity appliesTo)
Sets value for attribute appliesTovoid
TenantServerEntity. setServerTenant(TenantEntity serverTenant)
Sets value for attribute serverTenantvoid
AccessLogEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
AttributeTranslationEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
AuditEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
AuthorizationEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
BlobConfigurationEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ChallengeEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ConfigEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
CustomObjectTypeEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
EmailDomainEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
EmailListEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
EntryPointEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ForbiddenWordEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
GroupEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
GroupTypeEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
HostEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
InformationSystemEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
IssueEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
IssuePolicyEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
JumpServerGroupEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
LuceneIndexEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
LuceneIndexPartEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
MetaDataEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
NetworkEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
OsTypeEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
PamActionEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
PamPolicyEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
PamRuleEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
PasswordDomainEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
PrinterEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
RuleEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
SamlAssertionEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
SamlRequestEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ScheduledTaskEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ScheduledTaskHandlerEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ServerPluginEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ServerRegistrationTokenEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ServiceEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
SoDRuleEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
StatsEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
SystemEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
TaskEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
UserDomainEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
UserEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
UserTypeEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
VaultFolderEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
TenantEntityDao. tenantToEntity(com.soffid.iam.api.Tenant source, TenantEntity target, boolean copyIfNull)
Copy data fromTenant
objectvoid
TenantEntityDaoBase. tenantToEntity(com.soffid.iam.api.Tenant source, TenantEntity target, boolean copyIfNull)
Copy data fromTenant
objectcom.soffid.iam.api.Tenant
TenantEntityDao. toTenant(TenantEntity entity)
Transforms toTenant
objectvoid
TenantEntityDao. toTenant(TenantEntity source, com.soffid.iam.api.Tenant target)
Copy data toTenant
objectcom.soffid.iam.api.Tenant
TenantEntityDaoBase. toTenant(TenantEntity entity)
Transforms toTenant
objectvoid
TenantEntityDaoBase. toTenant(TenantEntity source, com.soffid.iam.api.Tenant target)
Copy data toTenant
objectvoid
TenantEntityDao. update(TenantEntity entity)
Updates an instance ofTenantEntity
at the persistent store.void
TenantEntityDaoBase. update(TenantEntity entity)
Updates an instance ofTenantEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type TenantEntity Modifier and Type Method Description void
TenantEntityDao. create(Collection<? extends TenantEntity> entities)
Creates a collection ofTenantEntity
and adds it to the persistent store.void
TenantEntityDaoBase. create(Collection<? extends TenantEntity> entities)
Creates a collection ofTenantEntity
and adds it to the persistent store.void
TenantEntityDao. remove(Collection<? extends TenantEntity> entities)
Removes a collection ofTenantEntity
from the persistent store.void
TenantEntityDaoBase. remove(Collection<? extends TenantEntity> entities)
Removes a collection ofTenantEntity
from the persistent store.List<com.soffid.iam.api.Tenant>
TenantEntityDao. toTenantList(Collection<TenantEntity> entities)
Transforms toTenant
listList<com.soffid.iam.api.Tenant>
TenantEntityDaoBase. toTenantList(Collection<TenantEntity> instances)
Transforms toTenant
listvoid
TenantEntityDao. update(Collection<? extends TenantEntity> entities)
Updates a collection ofTenantEntity
in the persistent store.void
TenantEntityDaoBase. update(Collection<? extends TenantEntity> entities)
Updates a collection ofTenantEntity
in the persistent store. -
Uses of TenantEntity in com.soffid.iam.reconcile.model
Methods in com.soffid.iam.reconcile.model that return TenantEntity Modifier and Type Method Description TenantEntity
ReconcileAccountEntity. getTenant()
Gets value for attribute tenantTenantEntity
ReconcileAssignmentEntity. getTenant()
Gets value for attribute tenantTenantEntity
ReconcileRoleEntity. getTenant()
Gets value for attribute tenantMethods in com.soffid.iam.reconcile.model with parameters of type TenantEntity Modifier and Type Method Description void
ReconcileAccountEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ReconcileAssignmentEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
ReconcileRoleEntity. setTenant(TenantEntity tenant)
Sets value for attribute tenant -
Uses of TenantEntity in com.soffid.iam.utils
Methods in com.soffid.iam.utils with parameters of type TenantEntity Modifier and Type Method Description static boolean
Security. isAuthorizedTenant(TenantEntity tenant)
-