![JAR search and dependency download from the Maven repository](/logo.png)
com.nimbusds.openid.connect.provider.spi.claims.CommonClaimsSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of c2id-server-sdk Show documentation
Show all versions of c2id-server-sdk Show documentation
Toolkit for developing Connect2id Server extensions, such as
custom OpenID Connect claims sources and grant handlers.
package com.nimbusds.openid.connect.provider.spi.claims;
import com.nimbusds.openid.connect.provider.spi.Lifecycle;
/**
* Common interface shared by the OpenID Connect claims source SPIs. Developers
* should implement one of the extending interfaces:
*
*
* - {@link ClaimsSource} Intended for most situations when a claims
* source connector is required.
*
- {@link AdvancedClaimsSource} Provides additional parameters to aid
* servicing of claims source requests.
*
*/
public interface CommonClaimsSource extends Lifecycle, ClaimsSupport {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy