All Classes and Interfaces
Class
Description
Microsoft Entra ID connector
Loads an implementation of a
AzureAdDirectory for use at runtime by the Crowd security server.Wrapper class to facilitate paging results from Microsoft Graph
Jersey ClientRequestFilter for Microsoft Entra ID authentication support.
The client used to communicate with Microsoft Entra ID via Microsoft Graph.
Creates an
AzureAdRestClient and all of its dependencies, using the given Azure application data.Maps REST entities returned from Microsoft Graph to Crowd entities and vice versa
Provides addresses of Microsoft Entra ID APIs
Data object containing the configuration for user filtering based on groups
Helper class to fetch membership data.
Represents resolvers for Microsoft Entra ID directories with default endpoints
Utility methods for the Jersey client classes
javax.ws.rs.client.Represents resolvers for Microsoft Entra ID directories with custom endpoints specified
Default implementation of
AzureAdRestClientFactoryRepresents a set of Microsoft Entra ID regions which are supported by Crowd
Performs delta queries on Microsoft Entra ID to facilitate incremental synchronisation.
Encapsulates the result of a delta query.
Represents a pair of delta tokens for an Microsoft Entra ID synchronisation.
Represents a generic directory object returned from a membership related endpoint.
TypeIdResolver for
DirectoryObject instances.Specifies the properties that should be fetched from Microsoft Entra ID
Represents a Microsoft Graph object that may have been removed from Microsoft Entra ID.
Represents a group fetched from a Microsoft Graph delta query.
Represents a collection of groups returned from the /groups/delta endpoint.
Represents a membership obtained from Microsoft Entra ID.
Represents metadata about an object's removal from Microsoft Entra ID.
Represents a mapped result from a Graph delta query.
Represents a user fetched from a Microsoft Graph delta query.
Represents a collection of groups returned from the /users/delta endpoint
Represents a collection of directory objects, returned from the members and memberOf navigational property endpoints,
which may be either of the generic
DirectoryObject type or more concrete typesRepresents a group returned from the /groups endpoint
Represents a collection of groups returned from the /groups endpoint
Represents a group returned from a membership related endpoint
Represents a user returned from a membership related endpoint
Represents a query to the Microsoft Graph API.
Represents a user returned from the /users endpoint
Represents a collection of users returned from the /users endpoint
Represents a new or modified group for incremental synchronisation.
Utility class for checking the type of a directory object
Represents a token used for change tracking with a Microsoft Entra ID delta query.
Represents a query parameter used by the Microsoft Graph API
Deprecated.
Translates Crowd queries into filters used by Microsoft Graph.
Handles authenticating to Microsoft Graph using the MSAL library
Creates an
MsGraphApiAuthenticatorRepresents an $expand query parameter used by Microsoft Graph.
Represents a $filter query parameter used by Microsoft Graph.
Represents a $select query parameter used by Microsoft Graph.
Represents a $top query parameter used by Microsoft Graph.
Represents a pageable list of results obtained from an Microsoft Entra ID delta.
Represents a pageable list of results obtained from Microsoft Entra ID.
Responsible for verifying users credentials
Creates an
UserCredentialVerifier