Interface IAbpIdentityMongoDbContext
Assembly: Volo.Abp.Identity.MongoDB.dll
Syntax
[ConnectionStringName("AbpIdentity")]
public interface IAbpIdentityMongoDbContext : IAbpMongoDbContext
Properties
ClaimTypes
Declaration
IMongoCollection<IdentityClaimType> ClaimTypes { get; }
Property Value
LinkUsers
Declaration
IMongoCollection<IdentityLinkUser> LinkUsers { get; }
Property Value
OrganizationUnits
Declaration
IMongoCollection<OrganizationUnit> OrganizationUnits { get; }
Property Value
Roles
Declaration
IMongoCollection<IdentityRole> Roles { get; }
Property Value
SecurityLogs
Declaration
IMongoCollection<IdentitySecurityLog> SecurityLogs { get; }
Property Value
Sessions
Declaration
IMongoCollection<IdentitySession> Sessions { get; }
Property Value
UserDelegations
Declaration
IMongoCollection<IdentityUserDelegation> UserDelegations { get; }
Property Value
Users
Declaration
IMongoCollection<IdentityUser> Users { get; }
Property Value
Extension Methods