Interface | Description |
---|---|
ExternalIdentityConstants |
Constants used by the external identity management.
|
SyncHandlerMapping |
Marker interface identifying classes that map a given
SyncHandler
to an ExternalIdentityProvider
where both are identified by their name. |
Class | Description |
---|---|
DefaultSyncConfigImpl |
DefaultSyncConfig defines how users and groups from an external source are synced into the repository using
the DefaultSyncHandler . |
DefaultSyncHandler |
DefaultSyncHandler implements an sync handler that synchronizes users and groups from an external identity
provider with the repository users. |
DynamicSyncContext |
Extension of the
DefaultSyncContext that doesn't synchronize group
membership of new external users into the user management of the repository. |
ExternalIDPManagerImpl |
ExternalIDPManagerImpl is used to manage registered external identity provider. |
ExternalLoginModule |
ExternalLoginModule implements a LoginModule that uses an
ExternalIdentityProvider for authentication. |
ExternalLoginModuleFactory |
Implements a LoginModuleFactory that creates
ExternalLoginModule s and allows to configure login modules
via OSGi config. |
SyncManagerImpl |
SyncManagerImpl is used to manage registered sync handlers. |
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.