Uses of Class
com.soffid.iam.model.SecretEntity
-
Packages that use SecretEntity Package Description com.soffid.iam.model -
-
Uses of SecretEntity in com.soffid.iam.model
Subclasses of SecretEntity in com.soffid.iam.model Modifier and Type Class Description class
SecretEntityImpl
Entity SecretEntity implementationMethods in com.soffid.iam.model that return SecretEntity Modifier and Type Method Description SecretEntity
SecretEntityDao. findByUserAndServer(long userId, long serverId)
Operation findByUserAndServerSecretEntity
SecretEntityDao. findByUserAndServer(CriteriaSearchConfiguration criteria, long userId, long serverId)
CriteriaSearchConfiguration finderSecretEntity
SecretEntityDaoBase. findByUserAndServer(long userId, long serverId)
Operation findByUserAndServerSecretEntity
SecretEntityDaoBase. findByUserAndServer(CriteriaSearchConfiguration criteria, long userId, long serverId)
CriteriaSearchConfiguration implementationSecretEntity
SecretEntityDaoBase. findByUserAndServer(String queryString, CriteriaSearchConfiguration criteria, long userId, long serverId)
Internal implementationSecretEntity
SecretEntityDao. load(Long id)
Loads an instance ofSecretEntity
from the persistent store.SecretEntity
SecretEntityDaoBase. load(Long id)
Loads an instance ofSecretEntity
from the persistent store.SecretEntity
SecretEntityDao. newSecretEntity()
Creates an instance ofSecretEntity
.SecretEntity
SecretEntityDaoBase. newSecretEntity()
Creates an instance ofSecretEntity
.Methods in com.soffid.iam.model that return types with arguments of type SecretEntity Modifier and Type Method Description List<SecretEntity>
SecretEntityDao. findByServer(CriteriaSearchConfiguration criteria, ServerEntity server)
CriteriaSearchConfiguration finderList<SecretEntity>
SecretEntityDao. findByServer(ServerEntity server)
Operation findByServerList<SecretEntity>
SecretEntityDaoBase. findByServer(CriteriaSearchConfiguration criteria, ServerEntity server)
CriteriaSearchConfiguration implementationList<SecretEntity>
SecretEntityDaoBase. findByServer(ServerEntity server)
Operation findByServerList<SecretEntity>
SecretEntityDaoBase. findByServer(String queryString, CriteriaSearchConfiguration criteria, ServerEntity server)
Internal implementationCollection<SecretEntity>
ServerEntity. getSecrets()
Gets value for attribute secretsCollection<SecretEntity>
UserEntity. getSecrets()
Gets value for attribute secretsList<SecretEntity>
SecretEntityDao. loadAll()
Loads all instances ofSecretEntity
from the persistent store.List<SecretEntity>
SecretEntityDaoBase. loadAll()
Loads all instances ofSecretEntity
from the persistent store.List<SecretEntity>
SecretEntityDao. query(String query, Parameter[] parameters)
Query ofSecretEntity
from the persistent store.List<SecretEntity>
SecretEntityDao. query(String query, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSecretEntity
from the persistent store.List<SecretEntity>
SecretEntityDaoBase. query(String queryString, Parameter[] parameters)
Query ofSecretEntity
from the persistent store.List<SecretEntity>
SecretEntityDaoBase. query(String queryString, Parameter[] parameters, CriteriaSearchConfiguration criteria)
Query ofSecretEntity
from the persistent store.Methods in com.soffid.iam.model with parameters of type SecretEntity Modifier and Type Method Description void
SecretEntityDao. create(SecretEntity entity)
Adds an instance ofSecretEntity
to the persistent store.void
SecretEntityDaoBase. create(SecretEntity entity)
Adds an instance ofSecretEntity
to the persistent store.void
SecretEntityDao. remove(SecretEntity entity)
Removes an instance ofSecretEntity
from the persistent store.void
SecretEntityDaoBase. remove(SecretEntity entity)
Removes an instance ofSecretEntity
from the persistent store.void
SecretEntityDao. update(SecretEntity entity)
Updates an instance ofSecretEntity
at the persistent store.void
SecretEntityDaoBase. update(SecretEntity entity)
Updates an instance ofSecretEntity
at the persistent store.Method parameters in com.soffid.iam.model with type arguments of type SecretEntity Modifier and Type Method Description void
SecretEntityDao. create(Collection<? extends SecretEntity> entities)
Creates a collection ofSecretEntity
and adds it to the persistent store.void
SecretEntityDaoBase. create(Collection<? extends SecretEntity> entities)
Creates a collection ofSecretEntity
and adds it to the persistent store.void
SecretEntityDao. remove(Collection<? extends SecretEntity> entities)
Removes a collection ofSecretEntity
from the persistent store.void
SecretEntityDaoBase. remove(Collection<? extends SecretEntity> entities)
Removes a collection ofSecretEntity
from the persistent store.void
ServerEntity. setSecrets(Collection<SecretEntity> secrets)
Sets value for attribute secretsvoid
UserEntity. setSecrets(Collection<SecretEntity> secrets)
Sets value for attribute secretsvoid
SecretEntityDao. update(Collection<? extends SecretEntity> entities)
Updates a collection ofSecretEntity
in the persistent store.void
SecretEntityDaoBase. update(Collection<? extends SecretEntity> entities)
Updates a collection ofSecretEntity
in the persistent store.
-