Interface CommonClaimsSource

All Superinterfaces:
ClaimsSupport, Lifecycle
All Known Subinterfaces:
AdvancedClaimsSource, ClaimsSource

public interface CommonClaimsSource extends Lifecycle, ClaimsSupport
Common interface shared by the OpenID Connect claims source SPIs. Developers should implement one of the extending interfaces:
  • ClaimsSource Intended for most situations when a claims source connector is required.
  • AdvancedClaimsSource Provides additional parameters to aid servicing of claims source requests.