Interface OAuth2TokenEncryptionProfileConfiguration
- All Superinterfaces:
Component,ConditionalProfileConfiguration,IdentifiedComponent,OAuth2ProfileConfiguration,OIDCProfileConfiguration,ProfileConfiguration
- All Known Subinterfaces:
OAuth2TokenAudienceConfiguration,OAuth2TokenConfiguration,OIDCAuthenticationRelyingPartyProfileConfiguration,OIDCAuthorizationConfiguration,OIDCSSOProviderConfiguration,OIDCSSORelyingPartyConfiguration,OIDCUserInfoConfiguration
- All Known Implementing Classes:
AbstractOIDCSSOConfiguration,DefaultOAuth2TokenAudienceConfiguration,DefaultOAuth2TokenConfiguration,DefaultOIDCAuthorizationConfiguration,DefaultOIDCUserInfoConfiguration
Profile configuration for token endpoints that deal with encryption.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisEncryptionOptional(ProfileRequestContext profileRequestContext) Get whether encryption is optional in the face of a missing key, etc.Methods inherited from interface net.shibboleth.idp.profile.config.ConditionalProfileConfiguration
getActivationConditionMethods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getIdMethods inherited from interface net.shibboleth.idp.profile.config.ProfileConfiguration
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
-
Method Details
-
isEncryptionOptional
Get whether encryption is optional in the face of a missing key, etc.- Parameters:
profileRequestContext- current profile request context- Returns:
- true iff encryption is optional
-