Interface OAuth2TokenEncryptionProfileConfiguration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isEncryptionOptional​(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.idp.profile.config.ProfileConfiguration

        getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfiguration
    • 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