Interface OAuth2TokenEncryptionProfileConfiguration
-
- All Superinterfaces:
Component,net.shibboleth.idp.profile.config.ConditionalProfileConfiguration,IdentifiedComponent,OAuth2ProfileConfiguration,OIDCProfileConfiguration,net.shibboleth.idp.profile.config.ProfileConfiguration
- All Known Subinterfaces:
OAuth2TokenAudienceConfiguration,OAuth2TokenConfiguration,OIDCAuthenticationRelyingPartyProfileConfiguration,OIDCAuthorizationConfiguration,OIDCSSOProviderConfiguration,OIDCSSORelyingPartyConfiguration,OIDCUserInfoConfiguration
public interface OAuth2TokenEncryptionProfileConfiguration extends OIDCProfileConfiguration
Profile configuration for token endpoints that deal with encryption.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEncryptionOptional(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
getActivationCondition
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-
-
-
Method Detail
-
isEncryptionOptional
boolean isEncryptionOptional(@Nullable ProfileRequestContext profileRequestContext)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
-
-