Package net.shibboleth.sp.oidc
Interface OIDCProtocolSupportService
- All Superinterfaces:
net.shibboleth.shared.component.Component,net.shibboleth.shared.component.IdentifiedComponent,net.shibboleth.shared.component.InitializableComponent,net.shibboleth.sp.ProtocolSupportService
- All Known Implementing Classes:
BasicOIDCProtocolSupportService
public interface OIDCProtocolSupportService
extends net.shibboleth.sp.ProtocolSupportService
OIDC subinterface of
ProtocolSupportService to add any OIDC-specific features or services.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionnet.shibboleth.shared.service.ReloadableService<net.shibboleth.oidc.metadata.ProviderMetadataResolver>Gets the defaultProviderMetadataResolverservice to use.Methods inherited from interface net.shibboleth.shared.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.shared.component.InitializableComponent
initialize, isInitializedMethods inherited from interface net.shibboleth.sp.ProtocolSupportService
getDefaultProfileConfigurations, getLogoutConsumers, getLogoutInitiators, getSessionInitiators, getTokenConsumers, getUnverifiedProfileConfigurations
-
Field Details
-
PROTOCOL_ID
Key of the map entry for this subtype.- See Also:
-
-
Method Details
-
getMetadataResolver
@NonnullAfterInit net.shibboleth.shared.service.ReloadableService<net.shibboleth.oidc.metadata.ProviderMetadataResolver> getMetadataResolver()Gets the defaultProviderMetadataResolverservice to use.- Returns:
- service to use
-