Interface | Description |
---|---|
ApplicationService |
Application service to handle all things relating to applications.
|
ApplicationServiceFactory |
Factory to construct application service instances.
|
EntitlementConfigurationFactory |
A factory for providing new
EntitlementConfiguration instances. |
PrivilegeManagerFactory |
Abstract factory for getting hold of actual privilege manager instances.
|
ResourceTypeService |
The
ResourceTypeService is responsible for access to the persisted ResourceType instances. |
Class | Description |
---|---|
ApplicationQueryFilterVisitor |
Query filter visitor for filtering on Application configuration attributes.
|
ApplicationServiceFactoryImpl |
This implementation of
ApplicationServiceFactory is used as an alternative to the Guice factory for
ApplicationService . |
ApplicationServiceImpl |
An application service implementation.
|
DefaultPrivilegeManagerFactory |
Basic default privilege manager factory which leverages the existing
PrivilegeManager.getInstance(String, Subject) method. |
DefaultUrlResourceTypeGenerator |
This class is responsible for creating the default Resource Type (URL resource type) for the realm.
|
ResourceTypeServiceImpl |
Implementation for
ResourceTypeService that uses the ResourceTypeConfiguration to access
persisted resource type instances. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.