Uses of Class
net.bluemind.directory.api.DirEntry
-
Uses of DirEntry in net.bluemind.dataprotect.api
-
Uses of DirEntry in net.bluemind.directory.api
Modifier and TypeMethodDescriptionstatic DirEntry
DirEntry.create
(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived) static DirEntry
DirEntry.create
(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived, String dataLocation) static DirEntry
DirEntry.create
(String orgUnitUid, String path, BaseDirEntry.Kind kind, String entryUid, String displayName, String email, boolean hidden, boolean system, boolean archived, String dataLocation, BaseDirEntry.AccountType accountType) IDirectory.findByEntryUid
(String entryUid) GetDirEntry
by uidIDirectory.getByEmail
(String email) Fetch aDirEntry
by its email addressFetchDirEntry
by its pathIDirectory.getRoot()
Fetch the rootDirEntry
DirEntry.withEmails
(String... emails) DirEntry.withEmails
(List<Email> emails) Modifier and TypeMethodDescriptionIDirectoryPromise.findByEntryUid
(String entryUid) IDirectoryPromise.getByEmail
(String email) IDirectory.getByRoles
(List<String> roles) IDirectoryPromise.getByRoles
(List<String> roles) IDirectory.getEntries
(String path) FetchDirEntry
s by their pathIDirectoryPromise.getEntries
(String path) IDirectory.getMultiple
(List<String> id) Fetch a list ofnet.bluemind.core.container.model
(DirEntry
) by their internal numerical idsIDirectoryPromise.getMultiple
(List<String> id) IDirectoryPromise.getRoot()
IDirectory.search
(DirEntryQuery query) SearchDirEntry
s byDirEntryQuery
IDirectoryPromise.search
(DirEntryQuery query) Modifier and TypeMethodDescriptionvoid
IDirectoryAsync.findByEntryUid
(String entryUid, AsyncHandler<DirEntry> handler) void
IDirectoryAsync.getByEmail
(String email, AsyncHandler<DirEntry> handler) void
IDirectoryAsync.getByRoles
(List<String> roles, AsyncHandler<List<ItemValue<DirEntry>>> handler) void
IDirectoryAsync.getEntries
(String path, AsyncHandler<List<DirEntry>> handler) void
IDirectoryAsync.getEntry
(String path, AsyncHandler<DirEntry> handler) void
IDirectoryAsync.getMultiple
(List<String> id, AsyncHandler<List<ItemValue<DirEntry>>> handler) void
IDirectoryAsync.getRoot
(AsyncHandler<DirEntry> handler) void
IDirectoryAsync.search
(DirEntryQuery query, AsyncHandler<ListResult<ItemValue<DirEntry>>> handler) -
Uses of DirEntry in net.bluemind.user.api
Modifier and TypeMethodDescriptionvoid
IInternalUserMailIdentities.createDefaultIdentity
(ItemValue<Mailbox> mailboxItem, DirEntry dirEntry) Create default user identity