Uses of Class
technology.openpool.ldap.adapter.api.entity.EntityType
-
-
Uses of EntityType in technology.openpool.ldap.adapter.api
Methods in technology.openpool.ldap.adapter.api with parameters of type EntityType Modifier and Type Method Description static org.apache.directory.api.ldap.model.name.DnLdapUtils. createDn(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, EntityType entityType, String dcId)Creates a DN with suffix.static org.apache.directory.api.ldap.model.name.DnLdapUtils. createDn(org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, EntityType entityType, String name, String dcId)Creates a DN with suffix. -
Uses of EntityType in technology.openpool.ldap.adapter.api.directory
Methods in technology.openpool.ldap.adapter.api.directory with parameters of type EntityType Modifier and Type Method Description MappableCursor<Row>DirectoryBackend. runQueryExpression(String txId, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, QueryExpression expression, EntityType entityType)Runs a query expression. -
Uses of EntityType in technology.openpool.ldap.adapter.api.entity
Methods in technology.openpool.ldap.adapter.api.entity that return EntityType Modifier and Type Method Description static EntityTypeEntityType. fromString(String name)EntityTypeDomainEntity. getEntityType()Gets the entity type.abstract EntityTypeEntity. getEntityType()Gets the entity type.EntityTypeGroupEntity. getEntityType()Gets the entity type.EntityTypeGroupUnitEntity. getEntityType()Gets the entity type.EntityTypeMembershipEntity. getEntityType()EntityTypeUserEntity. getEntityType()Gets the entity type.EntityTypeUserUnitEntity. getEntityType()Gets the entity type.static EntityTypeEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityType[]EntityType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityType in technology.openpool.ldap.adapter.backend
Methods in technology.openpool.ldap.adapter.backend with parameters of type EntityType Modifier and Type Method Description MappableCursor<Row>CachedWithPersistenceDirectoryBackend. runQueryExpression(String txId, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, QueryExpression expression, EntityType entityType)MappableCursor<Row>CrowdDirectoryBackend. runQueryExpression(String txId, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, QueryExpression expression, EntityType entityType)MappableCursor<Row>JsonDirectoryBackend. runQueryExpression(String txId, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, QueryExpression expression, EntityType entityType)MappableCursor<Row>ProxyDirectoryBackend. runQueryExpression(String txId, org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager, QueryExpression expression, EntityType entityType) -
Uses of EntityType in technology.openpool.ldap.adapter.sql.impl
Methods in technology.openpool.ldap.adapter.sql.impl with parameters of type EntityType Modifier and Type Method Description QueryDefQueryGenerator. generate(EntityType entityType, QueryDefFactory factory, QueryExpression expression)
-